Skip to main content

This library is used to make it easier for developers or users to get random user agents

Project description

GET-USERAGENTS

This library is used to make it easier for developers or users to get random user agents

Installation

You can install get-useragents by running the following command:

pip install get-useragents

Or you can download direct from Github and install it manually.

Usage

from get_useragents import useragents

# you can change string limit '100' to max limit which is '1000'
# to see available devices, check: https://github.com/g4rzk/get_useragents#list-device
ua = useragents.Get_UA(device="chrome", limit=100)

# to get all user agents according to the limit
all_ua = ua.GetUserAgents()
# to get a random user agent from limit
random_ua = ua.RandomUserAgents()

print(random_ua)

List Device

  • Facebook
  • Chrome
  • Mozilla
  • Dekstop

Function

  1. Get more than 100+ user agents
  2. Get a random user agent

List All Directory

.get_useragents
├── LICENSE
├── README.md                                                   
├── cache                                                       
│   ├── browser.txt
│   └── useragents.txt                                          
├── example                                                     
│   └── test.py
├── get_useragents                                            
│   ├── __init__.py
│   ├── settings.py
│   └── useragents.py                                           
├── setup.cfg
├── setup.py                                                    
└── ua.py

This tree is to make it easier for you to see the files in all directories.

Change Log

  • Version 0.6

    • Fix Index Error
    • Re-upload
  • Version 0.7

    • Using cloudscraper
    • Re-upload
  • Version 0.8

    • New list device user agent
    • Fixed Bug and Re-Upload

Stats

Downloads

License

The MIT License (MIT). Please see License File for more information.

User Agent Source

special thanks to useragents.io for providing real user agents.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

get_useragents-0.8-py3-none-any.whl (4.8 kB view hashes)

Uploaded Python 3

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