Metadata-Version: 2.1
Name: ProxyEater
Version: 1.4.2
Summary: A Python Proxy Scraper for gathering fresh proxies.
Home-page: https://github.com/MPCodeWriter21/ProxyEater
Author: CodeWriter21
Author-email: CodeWriter21@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
License-File: LICENSE

ProxyEater\[1.4.2\]
===================

![version](https://img.shields.io/pypi/v/ProxyEater)
![stars](https://img.shields.io/github/stars/MPCodeWriter21/ProxyEater)
[![CodeFactor](https://www.codefactor.io/repository/github/mpcodewriter21/proxyeater/badge)](https://www.codefactor.io/repository/github/mpcodewriter21/proxyeater)

A Python Proxy Scraper for gathering fresh proxies.

![issues](https://img.shields.io/github/issues/MPCodeWriter21/log21)
![contributors](https://img.shields.io/github/contributors/MPCodeWriter21/log21)

Install ProxyEater
------------------

To install **ProxyEater**, you can simply use the `pip install ProxyEater` command:

```commandline
python -m pip install ProxyEater
```

Or you can clone [the repository](https://github.com/MPCodeWriter21/ProxyEater) and run:

```commandline
git clone https://github.com/MPCodeWriter21/ProxyEater
cd ProxyEater
```

```commandline
python setup.py install
```

Usage
-----

```
usage: ProxyEater [-h] [--source SOURCE] [--output OUTPUT] [--format { text, json, csv }]
                  [--threads THREADS] [--include-status] [--verbose] [--quiet] [--version]
                  [--timeout TIMEOUT] [--proxy PROXY] [--proxy-type PROXY_TYPE] [--useragent
                  USERAGENT] [--include-geolocation] [--source-format { text, json, csv }]
                  [--default-type { http, https, socks4, socks5 }]
                  mode

positional arguments:
  mode              Modes: Scrape, Check

options:
  -h, --help
                        show this help message and exit
  --source SOURCE, -s SOURCE
                        The source of the proxies(default:*\Python\Python310\lib\site-packages\ProxyEater\sources.json).
  --output OUTPUT, -o OUTPUT
                        The output file.
  --format { text, json, csv }, -f { text, json, csv }
                        The format of the output file(default:text).
  --threads THREADS, -t THREADS
                        The number of threads to use for scraping(default:25).
  --include-status, -is
                        Include the status of the proxies in the output file.
  --verbose, -v
                        The verbose of the program(default:False).
  --quiet, -q
                        The quiet of the program(default:False).
  --version, -V
                        The version of the program.
  --timeout TIMEOUT, -to TIMEOUT
                        The timeout of the requests(default:15).

Scrape:
  Scrape mode arguments

  --proxy PROXY, -p PROXY
                        The proxy to use for scraping.
  --proxy-type PROXY_TYPE, -type PROXY_TYPE
                        The type of the proxies(default:all).
  --useragent USERAGENT, -ua USERAGENT
                        The useragent of the requests(default:random).
  --include-geolocation, -ig
                        Include the geolocation info of the proxies in the output file.

Check:
  Check mode arguments

  --source-format { text, json, csv }, -sf { text, json, csv }
                        The format of the source file(default:text).
  --default-type { http, https, socks4, socks5 }, -dt { http, https, socks4, socks5 }
                        The default type of the proxies - Use this if you are providing proxies
                        without scheme(default:http).

```

About
-----
Author: CodeWriter21 (Mehrad Pooryoussof)

GitHub: [MPCodeWriter21](https://github.com/MPCodeWriter21)

Telegram Channel: [@CodeWriter21](https://t.me/CodeWriter21)

Aparat Channel: [CodeWriter21](https://www.aparat.com/CodeWriter21)

### License

![License](https://img.shields.io/github/license/MPCodeWriter21/ProxyEater)

[apache-2.0](http://www.apache.org/licenses/LICENSE-2.0)

### Donate

In order to support this project you can donate some crypto of your choice 8D

[Donate Addresses](https://github.com/MPCodeWriter21/ProxyEater/blob/master/DONATE.md)

Or if you can't, give [this project](https://github.com/MPCodeWriter21/ProxyEater) a star on GitHub :)




