8000 GitHub - HostenWang/Fake-agent: Generate fake browser user agents without a hassle!
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

HostenWang/Fake-agent

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fake Agent

from FakeAgent import Fake_Agent

fa = Fake_Agent()
print(fa.random())

Fake-agent, generate fake browser user agents without a hassle!

Links 🔗

Features 💪

  • Easy to use
  • Works offline
  • No need to install bunch of 3rd party packages

Install ⬇️

  • Stable from pypi
    pip3 install fake-agent
    
  • Bleeding edge from github
    pip3 install -U https://github.com/Itz-fork/Fake-agent/archive/master.zip
    

Usage 🤔

For more methods and detailed explanation, visit method documentation

Import and initialize the Fake_Agent class

from FakeAgent import Fake_Agent

fa = Fake_Agent()

License 👮

Licensed under MIT License

About

Generate fake browser user agents without a hassle!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%
0