Generate fake user agents on the fly
Project description
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()
-
get()
- Get user agents as a list or generator according to the browser that Fake_Agent class initialized with- For more info visit - Fake_Agent.get documentation
-
random()
- Randomly select user agent- For more info visit - Fake_Agent.random documentation
License 👮
Licensed under MIT License
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
fake-agent-0.1.4.tar.gz
(50.7 kB
view details)
File details
Details for the file fake-agent-0.1.4.tar.gz
.
File metadata
- Download URL: fake-agent-0.1.4.tar.gz
- Upload date:
- Size: 50.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.10.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | eb1588d9c97939a822df9bc86addca708d2a9f27218cbe1f4dd57002aec47b8f |
|
MD5 | 1da9576a6c73906fec6a67fb088a993d |
|
BLAKE2b-256 | 278c2370e40e03088419fef32888612f3eec7dd31fd66545d65480167dd06d56 |