Skip to content

Commit

Permalink
post update
Browse files Browse the repository at this point in the history
  • Loading branch information
Pymmdrza committed May 16, 2024
1 parent 3562b21 commit 12b9db9
Show file tree
Hide file tree
Showing 3 changed files with 75 additions and 1 deletion.
45 changes: 45 additions & 0 deletions _posts/2024-05-16-getting-started.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
---
title: Getting Started
description: >-
getting started with UserAgenter in Windows and Mac.
author: PyMmdrza
date: 2024-05-16 03:33:00 +0800
categories: [Blogging, Tutorial]
tags: [getting started, install user agent, useragent, user agent, proxy]
pin: false

---

# UserAgenter

![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')

## 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](https://github.com/ProxyScraper/ProxyScraper 'proxy scraper')

---

### Install With PIP

Windows :

```bash
pip install UserAgenter
```

Linux & Mac :

```bash
pip3 install UserAgenter
```



[nodejs]: https://nodejs.org/
[starter]: https://github.com/useragenter/getting-started
[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
29 changes: 29 additions & 0 deletions _posts/2024-05-16-use-useragent-generator.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
---
title: Use UserAgent Generator
description: >-
use useragent generator with UserAgenter in Windows and Mac.
author: PyMmdrza
date: 2024-05-16 03:43:00 +0800
categories: [Blogging, Tutorial]
tags: [use useragent, useragent, install user agent, user agent generator, user agent, proxy]
pin: false

---

# Use User Agent Generator

generated random user agent any Type.

```python
from UserAgenter import UserAgent

# User Agent Class
ua = UserAgent()

# Generated Random User Agent
random_any_agent = ua.RandomAgent()

```


[use-useragent]: https://github.com/useragenter/use-useragent-generator
2 changes: 1 addition & 1 deletion _tabs/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,4 +193,4 @@ print("Proxy List (socks5):", socks5_proxies)
{: .prompt-tip }

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

0 comments on commit 12b9db9

Please sign in to comment.