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.0-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.0.tar.gz
(3.5 kB
view details)
Built Distribution
File details
Details for the file bot_safe_agents-1.0.tar.gz
.
File metadata
- Download URL: bot_safe_agents-1.0.tar.gz
- Upload date:
- Size: 3.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8b2d9e435ec10a89563b10a6ca977bbf8fb43cf4eca7d8e412e2e69c8aff400c |
|
MD5 | 61cc0f74409f2161ab2d26752d128652 |
|
BLAKE2b-256 | 6a06a557cece31bdf2992db8099f3e0e3296e955cf681f0cab4a5dc89779c984 |
File details
Details for the file bot_safe_agents-1.0-py3-none-any.whl
.
File metadata
- Download URL: bot_safe_agents-1.0-py3-none-any.whl
- Upload date:
- Size: 4.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d268b2261281746a47808112848812ab149db809d23192347768440f55e798e2 |
|
MD5 | 19de09c96b546e9d19500aab09c6bb91 |
|
BLAKE2b-256 | 02a4459f6cacb9fa637115fe777d17d9554cf0e08519eddd67a5be0baa3eba67 |