Skip to main content

User-Agent generator

Project description

https://travis-ci.org/lorien/user_agent.png?branch=master https://img.shields.io/pypi/dm/user_agent.svg https://img.shields.io/pypi/v/user_agent.svg https://readthedocs.org/projects/user_agent/badge/?version=latest

What is user_agent module for?

This module is for generating random, valid web navigator’s configs & User-Agent HTTP headers.

Usage Example

>>> from user_agent import generate_user_agent, generate_navigator
>>> generate_user_agent()
'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:40.0) Gecko/20100101 Firefox/40.0'
>>> generate_user_agent(platform=('mac', 'linux'))
'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:36.0) Gecko/20100101 Firefox/36.0'
>>> generate_navigator(platform='win', navigator='chrome')
{'appversion': '5.0',
 'name': 'chrome',
 'os': 'win',
 'oscpu': 'Windows NT 10.0; WOW64',
 'platform': 'Win32',
 'user_agent': 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2172.16 Safari/537.36',
 'version': '39.0.2172.16'}

Installation

Use pip:

$ pip install -U user_agent

Documentation

Documentation is available at http://user-agent.readthedocs.org

Contribution

Use github to submit bug,fix or wish request: https://github.com/lorien/user_agent/issues

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

user_agent-0.1.1.tar.gz (4.7 kB view details)

Uploaded Source

File details

Details for the file user_agent-0.1.1.tar.gz.

File metadata

  • Download URL: user_agent-0.1.1.tar.gz
  • Upload date:
  • Size: 4.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for user_agent-0.1.1.tar.gz
Algorithm Hash digest
SHA256 63bd2988d3efca6caf962eb51fc5a1ab4e36882d3376f73d402a028df49ae1b1
MD5 7ff9abb7e76b69ebfeaa1f039bf5da6c
BLAKE2b-256 6d10bf07b919d6a1210bb43e87202ea22bf2a90ecbf75099d8b97f98f35449a6

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page