Generated User Agent and Scrap Proxy [http, socka4, socka5](Auto update)
Project description
UserAgenter
Generated Random User Agent Without Repeat and Scrap Proxy (Auto update)
generated random user agent for any web browser and os firefox
, chrome
, edge
, opera
and safari
& android
Scrap New Update Proxy with http
, socks4
and sock5
type . all proxy address auto update per hour after request.
all proxy list use : ProxyScraper/ProxyScraper
Use User Agent Generator
generated random user agent any Type.
from UserAgenter import UserAgent
# User Agent Class
ua = UserAgent()
# Generated Random User Agent
random_any_agent = ua.RandomAgent()
Generated Random Firefox User Agent.
from UserAgenter import UserAgent
# User Agent Class
ua = UserAgent()
# Firefox User Agent
random_firefox_agent = ua.RandomFirefoxAgent()
Generated Random Chrome User Agent.
from UserAgenter import UserAgent
# User Agent Class
ua = UserAgent()
# Chrome User Agent
random_chrome_agent = ua.RandomChromeAgent()
Generated Random Internet Explorer (edge) User Agent.
from UserAgenter import UserAgent
# User Agent Class
ua = UserAgent()
# Edge User Agent
random_edge_agent = ua.RandomEdgeAgent()
Generated Random Safari User Agent.
from UserAgenter import UserAgent
# User Agent Class
ua = UserAgent()
# Safari User Agent
random_safari_agent = ua.RandomSafariAgent()
Generated Random Android User Agent.
from UserAgenter import UserAgent
# User Agent Class
ua = UserAgent()
# Android User Agent
random_android_agent = ua.RandomAndroidAgent()
Generated Random Opera User Agent.
from UserAgenter import UserAgent
# User Agent Class
ua = UserAgent()
# Opera User Agent
random_opera_agent = ua.RandomOperaAgent()
Use Proxy
scrap Random New Proxy
from useragenter import Proxy
proxy_instance = Proxy()
# random proxy any type
random_proxy = proxy_instance.random_proxy()
print("Random Proxy:", random_proxy)
# proxy http type
proxy_list = proxy_instance.get_proxies()
print("Proxy List (http):", proxy_list)
# proxy socks4 type
socks4_proxies = proxy_instance.get_proxies('socks4')
print("Proxy List (socks4):", socks4_proxies)
# proxy socks5 type
socks5_proxies = proxy_instance.get_proxies('socks5')
print("Proxy List (socks5):", socks5_proxies)
Programmer and owner : Pymmdrza
Website : Mmdrza.Com
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
File details
Details for the file UserAgenter-1.3.1.tar.gz
.
File metadata
- Download URL: UserAgenter-1.3.1.tar.gz
- Upload date:
- Size: 97.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.11.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6fddd5840ba1f6cb6fece4321e62ef7669114df99820233adcd028432d5302dd |
|
MD5 | a7dce09977fa8c4f7f7846989367062d |
|
BLAKE2b-256 | 2132ab92ac368a83ac5fa4dc74f72bf47fcb53ec13e1ba6053c978403daf3729 |
File details
Details for the file UserAgenter-1.3.1-py3-none-any.whl
.
File metadata
- Download URL: UserAgenter-1.3.1-py3-none-any.whl
- Upload date:
- Size: 105.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.11.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d3077b8448a673c40cd953cb158453f4692189414f056338312b990dfd6cb4a7 |
|
MD5 | 5a902659fbc7746f78069e54b3394db3 |
|
BLAKE2b-256 | 1ec37f939151bd9079e43c1cb4749c708ae343c71a1c22cafc9055fe19bc308f |