Skip to main content

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

This version

1.0

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)

Uploaded Source

Built Distribution

bot_safe_agents-1.0-py3-none-any.whl (4.0 kB view details)

Uploaded Python 3

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

Hashes for bot_safe_agents-1.0.tar.gz
Algorithm Hash digest
SHA256 8b2d9e435ec10a89563b10a6ca977bbf8fb43cf4eca7d8e412e2e69c8aff400c
MD5 61cc0f74409f2161ab2d26752d128652
BLAKE2b-256 6a06a557cece31bdf2992db8099f3e0e3296e955cf681f0cab4a5dc89779c984

See more details on using hashes here.

File details

Details for the file bot_safe_agents-1.0-py3-none-any.whl.

File metadata

File hashes

Hashes for bot_safe_agents-1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 d268b2261281746a47808112848812ab149db809d23192347768440f55e798e2
MD5 19de09c96b546e9d19500aab09c6bb91
BLAKE2b-256 02a4459f6cacb9fa637115fe777d17d9554cf0e08519eddd67a5be0baa3eba67

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page