sierra-tang0 / httpScape

Scrape and Check working proxies in seconds with multithreading proxy scraper

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

httpScape

Simple multithreaded HTTP(S) Proxy Scraper/Validator

     \_______/
 `.,-'\_____/`-.,'
  /`..'\ _ /`.,'\
 /  /`.,' `.,'\  \
/__/__/     \__\__\__
\  \  \     /  /  /
 \  \,'`._,'`./  /
  \,'`./___\,'`./
 ,'`-./_____\,-'`. [ HTTPSCAPE ]
     /       \

Usage

usage: httpScape.py [-h] [--protocol PROTOCOL]
                  [--outfile OUTFILE] [--max-valid MAX_VALID]
                  [--threads THREADS]

Proxy Scraper

options:
  -h, --help            show this help message and exit
  --protocol PROTOCOL, -p PROTOCOL
                        Protocol to scrape [default: http]
  --outfile OUTFILE, -o OUTFILE
                        Output file name
  --max-valid MAX_VALID, -m MAX_VALID
                        Maximum number of valid proxies
  --threads THREADS, -t THREADS
                        number of threads

Prerequisites

python3

Install

git clone https://github.com/CharlesTheGreat77/httpScape
cd httpScape
python3 venv <virtual_environment_name>
source <virtual_environment_name>/bin/activate
pip3 install -r requirements.txt

💬 Contact Me

Gmail Badge

🚦 Stats


⭐️ From Charles

About

Scrape and Check working proxies in seconds with multithreading proxy scraper

License:GNU Affero General Public License v3.0


Languages

Language:Python 100.0%