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.1-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.1.tar.gz
(3.4 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.1.tar.gz.
File metadata
- Download URL: bot_safe_agents-1.1.tar.gz
- Upload date:
- Size: 3.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ba3405bc92de1301fdd19b48e80ba7f26a8661ebbba2ab010e80e15267075ba6
|
|
| MD5 |
e774ad32b4f84d1233fabaf94c6741bb
|
|
| BLAKE2b-256 |
448efd72545a981a5133b51802852bdb6d5a313a330b61cec952b3455456b9fd
|
File details
Details for the file bot_safe_agents-1.1-py3-none-any.whl.
File metadata
- Download URL: bot_safe_agents-1.1-py3-none-any.whl
- Upload date:
- Size: 3.1 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 |
74b5532dae1135008685ebcf701fdabe6fdb3ad4fca9a522fbb41ad77541967c
|
|
| MD5 |
0d39a04cec941dcac95ff693070e9cfe
|
|
| BLAKE2b-256 |
e76504281176d49d3c1ecbb7134656e5aadb4b5acdf3a579c5acfb8eb85e4e14
|