Skip to content

Latest commit

 

History

History
57 lines (39 loc) · 1.42 KB

README.md

File metadata and controls

57 lines (39 loc) · 1.42 KB

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