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.
- Host: GitHub
- URL: https://github.com/almas-ali/proxy-scrapper
- Owner: Almas-Ali
- License: mit
- Created: 2024-05-02T20:46:26.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2024-05-03T10:17:52.000Z (12 months ago)
- Last Synced: 2025-01-07T15:28:39.791Z (4 months ago)
- Topics: cli, proxy, proxy-checker, proxy-scraper, proxy-server, python, python3, tools
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.