Automatically generate a random User Agent for the requests library
Project description
requests-random-user-agent
Configures the requests library to randomly select a desktop User-Agent. See the full list in requests_random_user_agent/useragents.txt.
Installation
pip install requests-random-user-agent
Usage
import requests
import requests_random_user_agent
s = requests.Session()
print(s.headers['User-Agent'])
# Without a session
resp = requests.get('https://httpbin.org/user-agent')
print(resp.json()['user-agent'])
User-Agents are randomized per-session or per-request. Individual HTTP requests without a session will each have a random User-Agent selected from the list in useragents.txt.
Android User-Agents
Set the environment variable UA_PLATFORM=android
to use a list of Android-specific User-Agents instead. List provided by WhatIsMyBrowser.
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
Close
Hashes for requests_random_user_agent-2022.4.30.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | b2a5660cec4ed42cc21d49f25c8f27c8286095b070718e8d1924889db07353f6 |
|
MD5 | 62b732f91d9d700728ace725c9e019c9 |
|
BLAKE2b-256 | 4634fa632ed901450862aa202da57f51e3b8741b323c5646d0e44c6cbee891db |