Skip to content

Itz-fork/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