An open API service indexing awesome lists of open source software.

https://github.com/almas-ali/proxy-scrapper

A website active proxy detection tool.
https://github.com/almas-ali/proxy-scrapper

cli proxy proxy-checker proxy-scraper proxy-server python python3 tools

Last synced: 2 months ago
JSON representation

A website active proxy detection tool.

Awesome Lists containing this project

README

        

# Proxy Scrapper

This script is used to scrap proxies from different websites and save them in a file.

## How to use

```bash
# install all requirements
pip install -r requirements.txt

# run the script
python -m proxy_scrapper
```

```bash
Welcome to the Proxy Scrapper CLI
1. Get and save IP addresses from URLs
2. Check proxy status
0. Exit
```

### Option 1

You have to input the file which contains all urls which have ips. It will output the ips in a file.

### Option 2

You have to input a file which contains all the ips. It will output active ips in a file.

## License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.