Skip to content

CodeThat/Proxy-Scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Proxy Scraper

A script for scraping and saving proxies using the ProxyScrape API).

Usage

python proxy_scraper.py [request] [options]

Arguments

request: Specify the request type (displayproxies or getproxies)

Options --protocol: Specify the protocol (all, http, socks4, socks5) --timeout: Specify the timeout in milliseconds (default: 10000) --country: Specify the country (e.g., US, FI, DE, ...) --ssl: Specify the SSL option (all, yes, no) --anonymity: Specify the anonymity level (all, anonymous, transparent, elite)

Installation

  1. Clone the repository:

git clone https://github.com/your-username/proxy-scraper.git

  1. Navigate to the project directory:

cd proxy-scraper

  1. Install the required dependencies:

pip install -r requirements.txt

Examples

  • Scrape and save proxies with default options: shell python proxy_scraper.py displayproxies

  • Save and scrape proxies python proxy_scraper.py displayproxies --protocol http --timeout 10000 --country all --ssl all --anonymity all

License This project is licensed under the MIT License - see the LICENSE file for details.

About

A script for scraping and saving proxies using the ProxyScrape API.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages