generated from cotes2020/chirpy-starter
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
75 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters