Skip to main content

Thư Viện Hỗ Trợ Tạo UserAgent, Console v.v

Project description

UserAgent Generator

This project aims to create a simple user-agent generator that can be used to mimic different browsers and devices. This can be particularly useful for web scraping and testing purposes.

Getting Started v1.6

Prerequisites

Ensure you have the following installed:

  • Python 3.x
  • pip

Installation

Follow these steps to set up the project:

$ pip install GenUserAgent

Generate User-Agent Facebook

from Gen import UserAgentGenerator

headers = {
'User-agent': UserAgentGenerator().generate_user_agent(),
'X-Tigon-Is-Retry': 'False',
'X-Fb-Device-Group': '7948',
'X-Graphql-Request-Purpose': 'fetch',
'X-Fb-Privacy-Context': '3643298472347298',
'X-Fb-Friendly-Name': 'FbBloksActionRootQuery-com.bloks.www.bloks.caa.login.async.send_login_request',
}

Show message status

from Gen import *
import requests

result =  requests.get("https://api.myip.com")
if result.status_code == 200:
    logger.info(f"SUCCESS - IP : {result..json()['ip']}")

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

GenUserAgent-1.6.tar.gz (5.7 kB view details)

Uploaded Source

File details

Details for the file GenUserAgent-1.6.tar.gz.

File metadata

  • Download URL: GenUserAgent-1.6.tar.gz
  • Upload date:
  • Size: 5.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.11.9

File hashes

Hashes for GenUserAgent-1.6.tar.gz
Algorithm Hash digest
SHA256 aa6be18c599be213be3d819ac07ead2d31afa66acbc05a92f89efdf860f23ae0
MD5 893fbb9cab427604541b2739591e29c6
BLAKE2b-256 008742d00d156cdb78c0a7f459c8e740deb484dc20dbf6839f7338cf19248664

See more details on using hashes here.

Supported by

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