Get Real user agent from auto update
Project description
Real User Agent Generator
Real User Agent With Auto Sync in Requests Module.
Installation
pip install real-useragent
Usage
import requests
import real_useragent
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 desktop_useragent.txt or mobile_useragent.txt all files automatically updated every 8 hours.
Programmer : @Pymmdrza
Credit : Mmdrza.Com
Donate
Donate with Bitcoin: 1MMDRZA12xdBLD1P5AfEfvEMErp588vmF9
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file real_useragent-1.0.6.tar.gz.
File metadata
- Download URL: real_useragent-1.0.6.tar.gz
- Upload date:
- Size: 8.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a76cd556ca167c6f8eb363f29d0f82d7a4b6fc63acc1ec5234800b53135d8b98
|
|
| MD5 |
6a15ca35a067d083d0366d1c964ec168
|
|
| BLAKE2b-256 |
aa08a9d96747e113e2792a41046a754e59fc4a7a9313727c87507182b0014c0a
|
File details
Details for the file real_useragent-1.0.6-py3-none-any.whl.
File metadata
- Download URL: real_useragent-1.0.6-py3-none-any.whl
- Upload date:
- Size: 8.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
aeb5d63e1aeea845e6cd0f9ffed2d0439df784e03479ae624b4dfbd56341555a
|
|
| MD5 |
9cca2ffa649b98433ebbbb494ba39f23
|
|
| BLAKE2b-256 |
d3d63fedcf72e77694a1c2b39aaa8bd9ec86f8d952da98e6149848e13bb2f661
|