Skip to content

batiscuff/proxy_machine

Repository files navigation

Proxy Machine

Description

The maximum number of proxies you can get is 35.000

List of sites for parsing proxies:

Install through pip

pip install proxy-machine

Install

sudo apt update && sudo apt upgrade
sudo apt-get install python3 python3-pip
git clone https://github.com/batiscuff/proxy_machine
cd proxy_machine
pip3 install -r requirements.txt

Usage

python3 -m proxy_machine

or

proxy_machine --help

Usage with proxy checker

python3 -m proxy_machine -pc

In this case, all parsed proxies will pass through the checker(this will take 2-4 hours, prepare to wait) and only working proxies will be written to proxies.txt. However, remember that the main weakness of free proxies is that they rapidly expire.

Usage with other options

python3 -m proxy_machine -h

Future Development

[x] - Add async checking of the proxy to improve timing.
[x] - Improve cli options and args.
[ ] - Upload to pypi.
[ ] - Add proxy response time to the results by calculating execution in the checker
[ ] - Add proxy location to the results
[ ] - Add filtering and sorting options to the results
[ ] - Add early stop, if the required number of proxies are reached with given constrains
[ ] - Add more websites to retrieve proxies

License

This project is GNU General Public License v3.0 licensed