Skip to content

Commit 12b9db9

Browse files
committed
post update
1 parent 3562b21 commit 12b9db9

File tree

3 files changed

+75
-1
lines changed

3 files changed

+75
-1
lines changed
Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
---
2+
title: Getting Started
3+
description: >-
4+
getting started with UserAgenter in Windows and Mac.
5+
author: PyMmdrza
6+
date: 2024-05-16 03:33:00 +0800
7+
categories: [Blogging, Tutorial]
8+
tags: [getting started, install user agent, useragent, user agent, proxy]
9+
pin: false
10+
11+
---
12+
13+
# UserAgenter
14+
15+
![User Agenter Generated User agent and scrap New Proxy](https://avatars.githubusercontent.com/u/170011502?s=200&v=4 'User Agenter Generated User agent and scrap New Proxy')
16+
17+
## Generated Random User Agent Without Repeat and Scrap Proxy (Auto update)
18+
19+
generated random user agent for any web browser and os `firefox` , `chrome` , `edge`, `opera` and `safari` & `android`
20+
21+
Scrap New Update Proxy with `http`, `socks4` and `sock5` type . all proxy address auto update per hour after request.
22+
23+
all proxy list use : [ProxyScraper/ProxyScraper](https://github.com/ProxyScraper/ProxyScraper 'proxy scraper')
24+
25+
---
26+
27+
### Install With PIP
28+
29+
Windows :
30+
31+
```bash
32+
pip install UserAgenter
33+
```
34+
35+
Linux & Mac :
36+
37+
```bash
38+
pip3 install UserAgenter
39+
```
40+
41+
42+
43+
[nodejs]: https://nodejs.org/
44+
[starter]: https://github.com/useragenter/getting-started
45+
[pages-workflow-src]: https://docs.github.com/en/pages/getting-started-with-github-pages/configuring-a-publishing-source-for-your-github-pages-site#publishing-with-a-custom-github-actions-workflow
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
---
2+
title: Use UserAgent Generator
3+
description: >-
4+
use useragent generator with UserAgenter in Windows and Mac.
5+
author: PyMmdrza
6+
date: 2024-05-16 03:43:00 +0800
7+
categories: [Blogging, Tutorial]
8+
tags: [use useragent, useragent, install user agent, user agent generator, user agent, proxy]
9+
pin: false
10+
11+
---
12+
13+
# Use User Agent Generator
14+
15+
generated random user agent any Type.
16+
17+
```python
18+
from UserAgenter import UserAgent
19+
20+
# User Agent Class
21+
ua = UserAgent()
22+
23+
# Generated Random User Agent
24+
random_any_agent = ua.RandomAgent()
25+
26+
```
27+
28+
29+
[use-useragent]: https://github.com/useragenter/use-useragent-generator

_tabs/about.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,4 +193,4 @@ print("Proxy List (socks5):", socks5_proxies)
193193
{: .prompt-tip }
194194

195195
> Website : [Mmdrza.Com](https://mmdrza.com).
196-
{: .prompt-note }
196+
{: .prompt-tip }

0 commit comments

Comments
 (0)