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.1.23.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 264cde197bc12d4890ab0e6cc680c13cc654c111e1c2fb792488969cbd1913b4 |
|
MD5 | c3e21aaccc06a0caef4305b933505be5 |
|
BLAKE2b-256 | acd61556f5e8d1dde35c984689ece8452603959aafb00e65b2cb49e1291f68c3 |