User Agent faker
Project description
- Info:
real world, up to date simple useragent faker
features
grabs up to date useragent from useragentstring.com
randomize via real world statistic via w3schools.com
installation
pip install fake-useragent
usage
from fake_useragent import UserAgent
ua = UserAgent()
ua.ie
# Mozilla/5.0 (Windows; U; MSIE 9.0; Windows NT 9.0; en-US);
ua.msie
# Mozilla/5.0 (compatible; MSIE 10.0; Macintosh; Intel Mac OS X 10_7_3; Trident/6.0)'
ua.opera
# Opera/9.80 (X11; Linux i686; U; ru) Presto/2.8.131 Version/11.11
ua.chrome
# Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.2 (KHTML, like Gecko) Chrome/22.0.1216.0 Safari/537.2'
ua.google
# Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_4) AppleWebKit/537.13 (KHTML, like Gecko) Chrome/24.0.1290.1 Safari/537.13
ua.firefox
# Mozilla/5.0 (Windows NT 6.2; Win64; x64; rv:16.0.1) Gecko/20121011 Firefox/16.0.1
ua.ff
# Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:15.0) Gecko/20100101 Firefox/15.0.1
ua.safari
# Mozilla/5.0 (iPad; CPU OS 6_0 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/6.0 Mobile/10A5355d Safari/8536.25
# and the best one
ua.random
notes
fake-useragent saves grabbed data at your os temp dir, like /tmp
if you want to remove saved database just
from fake_useragent import rm_tmp
rm_tmp()
tests
# coming soon ;)
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
fake-useragent-0.0.1.tar.gz
(7.5 kB
view details)
File details
Details for the file fake-useragent-0.0.1.tar.gz
.
File metadata
- Download URL: fake-useragent-0.0.1.tar.gz
- Upload date:
- Size: 7.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f2b3c1503532555d90a7799ae240ee9d343a81f0d33176b4d0f80e30407cb499 |
|
MD5 | b55b2335dac94fde693f934c74cad51b |
|
BLAKE2b-256 | e6b3a7495286fe9af7c1027b4e845522d08f1051f843123c52a2f37c01d98ea9 |