A library for fetching a list of bot-safe user agents.
Project description
Bot Safe Agents
A library for fetching a list of bot-safe user agents.
Made for educational purposes. I hope it will help!
Table of Contents
How to Install
Standard Install
pip3 install bot-safe-agents
pip3 install --upgrade bot-safe-agents
Build and Install From the Source
Run the following commands:
git clone https://github.com/ivan-sincek/bot-safe-agents && cd bot-safe-agents
python3 -m pip install --upgrade build
python3 -m build
python3 -m pip install dist/bot-safe-agents-1.2-py3-none-any.whl
Usage
Get all user agents:
import bot_safe_agents
user_agents = bot_safe_agents.get_all()
print(user_agents)
# do something
Get a random user agent:
import bot_safe_agents
user_agents = bot_safe_agents.get_random()
print(user_agents)
# do something
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
bot_safe_agents-1.2.tar.gz
(2.7 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file bot_safe_agents-1.2.tar.gz.
File metadata
- Download URL: bot_safe_agents-1.2.tar.gz
- Upload date:
- Size: 2.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d61bd82b69f56314ad45ad6bba7e044aac23c78659a552e4ae1482f17cb94eda
|
|
| MD5 |
951f03f0776bcd318f0f43813c121646
|
|
| BLAKE2b-256 |
1267b5659b1ad6d8fd4ba319f014e05a1c157ed5004bd82e30861919772426e7
|
File details
Details for the file bot_safe_agents-1.2-py3-none-any.whl.
File metadata
- Download URL: bot_safe_agents-1.2-py3-none-any.whl
- Upload date:
- Size: 3.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
62d2ee997300680f1cea3a39a6a888f1c300e9780ae7ca963e4afbe034421bdd
|
|
| MD5 |
42cb4290d2cab19801f583216425d7f6
|
|
| BLAKE2b-256 |
9857b6b78b77632cb8bf03e94b93bbbf3036920d8f26c4fd87cf469045174624
|