A Python module which does one thing: giving you a random User-Agent Header
Project description
useragents
A Python module which does one thing: giving you a random User-Agent Header
Do not worry about sticking with a single user-agent for you HTTP requests ever again!
Getting Started
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
Prerequisites
You will need to have Python installed on your computer to use this software
According to Vermin, Python 3.0 or higher is needed to use pyuseragents
even if it does work on Python 2.
Always check if your Python version works with pyuseragents
before using it in production
Tested manually on Python 2.7
and Python 3.9
Tested automatically (CI) with Pytest on Python 2.7
, Python 3.0
and Python 3.9
Installing
You can install it from PyPI with:
pip install pyuseragents
You can check if you successfully installed it by printing out its version:
python -c "import pyuseragents; print(pyuseragents.__version__)"
# output:
pyuseragents v1.0
List of User-Agents
The list of User-Agents headers has been crawled from various sources.
They are all available in the pyuseragents/data/list.py
file.
The list being in a python module means that it will be preloaded by Python in memory for performance reasons.
Usage
>>> import pyuseragents
>>> headers = {
"User-Agent": pyuseragents.random(),
"Content-Type": "application/json",
"and so on..."
}
>>> pyuseragents.random()
"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36"
Deployment
This module should be stable but might contain bugs with edge-cases.
Feel free to use it in production if you feel like it is suitable for your production and report any issue under the "Issues" section of the GitHub repository.
Built With
No dependency is needed for this module
Authors
- Anime no Sekai - Initial work - Animenosekai
License
This project is licensed under the MIT License - see the LICENSE file for details
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
Built Distribution
File details
Details for the file pyuseragents-1.0.3.tar.gz
.
File metadata
- Download URL: pyuseragents-1.0.3.tar.gz
- Upload date:
- Size: 3.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.7.3 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ce535454668c10407fefbfe7608d10857c152687153c31d034fab43bad4811fa |
|
MD5 | ccc12b9eb9209e0dbfedcfabfdc5e1e4 |
|
BLAKE2b-256 | 042f7c58c271c3219776ab80bc2c983780d5eb885aef69f4937c90ce2e381df0 |
File details
Details for the file pyuseragents-1.0.3-py3-none-any.whl
.
File metadata
- Download URL: pyuseragents-1.0.3-py3-none-any.whl
- Upload date:
- Size: 5.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.7.3 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e4f87679503ad6d61c9d1c2cbfd68a2ea73caac77f217ce087df24285dd98020 |
|
MD5 | da855bec3b7831cd67c71d3d0a87f302 |
|
BLAKE2b-256 | ee6251b383c454341c72dfaeadf7a26144a8027211d247c2cf0da00591e92bfb |