ProxyEater


NameProxyEater JSON
Version 1.5.3 PyPI version JSON
download
home_page
SummaryA Python Proxy Scraper for gathering fresh proxies.
upload_time2023-07-12 16:28:41
maintainer
docs_urlNone
author
requires_python>=3.8
licenseApache License 2.0
keywords python python3 proxy proxylist proxyeater
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ProxyEater\[1.5.3\]
===================

![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] [--file-format { text, json, csv }]
                  [--format FORMAT] [--proxy-type PROXY_TYPE] [--include-status] [--threads
                  THREADS] [--timeout TIMEOUT] [--url URL] [--verbose] [--quiet] [--version]
                  [--proxy PROXY] [--useragent USERAGENT] [--include-geolocation] [--no-check]
                  [--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:%localappdata%\
                        Python\Python310\lib\site-packages\ProxyEater\sources.json).
  --output OUTPUT, -o OUTPUT
                        The output file.
  --file-format { text, json, csv }, -ff { text, json, csv }
                        The format of the output file(default:text).
  --format FORMAT, -f FORMAT
                        The format for saving the proxies in text
                        file(default:"{scheme}://{ip}:{port}").
  --proxy-type PROXY_TYPE, -type PROXY_TYPE
                        The type of the proxies(default:all).
  --include-status, -is
                        Include the status of the proxies in the output file.
  --threads THREADS, -t THREADS
                        The number of threads to use for scraping(default:25).
  --timeout TIMEOUT, -to TIMEOUT
                        The timeout of the requests(default:15).
  --url URL, -u URL
                        The url to use for checking the proxies(default:http://icanhazip.com).
  --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.

Scrape:
  Scrape mode arguments

  --proxy PROXY, -p PROXY
                        The proxy to use for scraping.
  --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.
  --no-check, -nc
                        Use this option to skip the checking of the proxies after

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 :)



            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "ProxyEater",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "python,python3,proxy,proxylist,ProxyEater",
    "author": "",
    "author_email": "\"CodeWriter21 (MehardP21)\" <CodeWriter21@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/1c/b1/31038d5248cf1ef6a9e274408969a49899a6d699dab3da01dbd16986b88d/ProxyEater-1.5.3.tar.gz",
    "platform": null,
    "description": "ProxyEater\\[1.5.3\\]\n===================\n\n![version](https://img.shields.io/pypi/v/ProxyEater)\n![stars](https://img.shields.io/github/stars/MPCodeWriter21/ProxyEater)\n[![CodeFactor](https://www.codefactor.io/repository/github/mpcodewriter21/proxyeater/badge)](https://www.codefactor.io/repository/github/mpcodewriter21/proxyeater)\n\nA Python Proxy Scraper for gathering fresh proxies.\n\n![issues](https://img.shields.io/github/issues/MPCodeWriter21/log21)\n![contributors](https://img.shields.io/github/contributors/MPCodeWriter21/log21)\n\nInstall ProxyEater\n------------------\n\nTo install **ProxyEater**, you can simply use the `pip install ProxyEater` command:\n\n```commandline\npython -m pip install ProxyEater\n```\n\nOr you can clone [the repository](https://github.com/MPCodeWriter21/ProxyEater) and run:\n\n```commandline\ngit clone https://github.com/MPCodeWriter21/ProxyEater\ncd ProxyEater\n```\n\n```commandline\npython setup.py install\n```\n\nUsage\n-----\n\n```\nusage: ProxyEater [-h] [--source SOURCE] [--output OUTPUT] [--file-format { text, json, csv }]\n                  [--format FORMAT] [--proxy-type PROXY_TYPE] [--include-status] [--threads\n                  THREADS] [--timeout TIMEOUT] [--url URL] [--verbose] [--quiet] [--version]\n                  [--proxy PROXY] [--useragent USERAGENT] [--include-geolocation] [--no-check]\n                  [--source-format { text, json, csv }] [--default-type { http, https, socks4,\n                  socks5 }]\n                  mode\n\npositional arguments:\n  mode              Modes: Scrape, Check\n\noptions:\n  -h, --help\n                        show this help message and exit\n  --source SOURCE, -s SOURCE\n                        The source of the proxies(default:%localappdata%\\\n                        Python\\Python310\\lib\\site-packages\\ProxyEater\\sources.json).\n  --output OUTPUT, -o OUTPUT\n                        The output file.\n  --file-format { text, json, csv }, -ff { text, json, csv }\n                        The format of the output file(default:text).\n  --format FORMAT, -f FORMAT\n                        The format for saving the proxies in text\n                        file(default:\"{scheme}://{ip}:{port}\").\n  --proxy-type PROXY_TYPE, -type PROXY_TYPE\n                        The type of the proxies(default:all).\n  --include-status, -is\n                        Include the status of the proxies in the output file.\n  --threads THREADS, -t THREADS\n                        The number of threads to use for scraping(default:25).\n  --timeout TIMEOUT, -to TIMEOUT\n                        The timeout of the requests(default:15).\n  --url URL, -u URL\n                        The url to use for checking the proxies(default:http://icanhazip.com).\n  --verbose, -v\n                        The verbose of the program(default:False).\n  --quiet, -q\n                        The quiet of the program(default:False).\n  --version, -V\n                        The version of the program.\n\nScrape:\n  Scrape mode arguments\n\n  --proxy PROXY, -p PROXY\n                        The proxy to use for scraping.\n  --useragent USERAGENT, -ua USERAGENT\n                        The useragent of the requests(default:random).\n  --include-geolocation, -ig\n                        Include the geolocation info of the proxies in the output file.\n  --no-check, -nc\n                        Use this option to skip the checking of the proxies after\n\nCheck:\n  Check mode arguments\n\n  --source-format { text, json, csv }, -sf { text, json, csv }\n                        The format of the source file(default:text).\n  --default-type { http, https, socks4, socks5 }, -dt { http, https, socks4, socks5 }\n                        The default type of the proxies - Use this if you are providing proxies\n                        without scheme(default:http).\n\n```\n\nAbout\n-----\nAuthor: CodeWriter21 (Mehrad Pooryoussof)\n\nGitHub: [MPCodeWriter21](https://github.com/MPCodeWriter21)\n\nTelegram Channel: [@CodeWriter21](https://t.me/CodeWriter21)\n\nAparat Channel: [CodeWriter21](https://www.aparat.com/CodeWriter21)\n\n### License\n\n![License](https://img.shields.io/github/license/MPCodeWriter21/ProxyEater)\n\n[apache-2.0](http://www.apache.org/licenses/LICENSE-2.0)\n\n### Donate\n\nIn order to support this project you can donate some crypto of your choice 8D\n\n[Donate Addresses](https://github.com/MPCodeWriter21/ProxyEater/blob/master/DONATE.md)\n\nOr if you can't, give [this project](https://github.com/MPCodeWriter21/ProxyEater) a star on GitHub :)\n\n\n",
    "bugtrack_url": null,
    "license": "Apache License 2.0",
    "summary": "A Python Proxy Scraper for gathering fresh proxies.",
    "version": "1.5.3",
    "project_urls": {
        "Donations": "https://github.com/MPCodeWriter21/ProxyEater/blob/master/DONATE.md",
        "Homepage": "https://github.com/MPCodeWriter21/ProxyEater",
        "Source": "https://github.com/MPCodeWriter21/ProxyEater"
    },
    "split_keywords": [
        "python",
        "python3",
        "proxy",
        "proxylist",
        "proxyeater"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0e24a789b6934ccacac61ec38da396fa73f0390bbdef1f3c7f151510e6af9a4d",
                "md5": "a7288d302b34978fe2da8923be912a79",
                "sha256": "f03a664404e8a933fd7950541308a7bd604faa2f0fb527bbeb6d2ce7492302d8"
            },
            "downloads": -1,
            "filename": "ProxyEater-1.5.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "a7288d302b34978fe2da8923be912a79",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 19139,
            "upload_time": "2023-07-12T16:28:40",
            "upload_time_iso_8601": "2023-07-12T16:28:40.046365Z",
            "url": "https://files.pythonhosted.org/packages/0e/24/a789b6934ccacac61ec38da396fa73f0390bbdef1f3c7f151510e6af9a4d/ProxyEater-1.5.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1cb131038d5248cf1ef6a9e274408969a49899a6d699dab3da01dbd16986b88d",
                "md5": "42e695caeb59ba184bdc3b1400f7ad76",
                "sha256": "0be465dcbb9942ed1fe417610514fe5effbad50ef8458873874bc143eaf1f302"
            },
            "downloads": -1,
            "filename": "ProxyEater-1.5.3.tar.gz",
            "has_sig": false,
            "md5_digest": "42e695caeb59ba184bdc3b1400f7ad76",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 18705,
            "upload_time": "2023-07-12T16:28:41",
            "upload_time_iso_8601": "2023-07-12T16:28:41.402904Z",
            "url": "https://files.pythonhosted.org/packages/1c/b1/31038d5248cf1ef6a9e274408969a49899a6d699dab3da01dbd16986b88d/ProxyEater-1.5.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-07-12 16:28:41",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "MPCodeWriter21",
    "github_project": "ProxyEater",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "proxyeater"
}
        
Elapsed time: 0.08888s