All Projects → batiscuff → proxy_machine

batiscuff / proxy_machine

Licence: GPL-3.0 license
Parse 30.000 free proxies!

Programming Languages

python
139335 projects - #7 most used programming language
Makefile
30231 projects

Projects that are alternatives of or similar to proxy machine

torchestrator
Spin up Tor containers and then proxy HTTP requests via these Tor instances
Stars: ✭ 32 (-51.52%)
Mutual labels:  proxies, free-proxies
proxy-rotator
Simple proxy rotation service
Stars: ✭ 28 (-57.58%)
Mutual labels:  proxies
Wreckuests
Yet another one hard-hitting tool to run HTTP stress tests 🌌
Stars: ✭ 137 (+107.58%)
Mutual labels:  proxies
ip2proxy-python
Python library for IP2Proxy database lookup. It can be used to find the IP addresses which are used as VPN anonymizer, open proxies, web proxies and Tor exits.
Stars: ✭ 19 (-71.21%)
Mutual labels:  proxies
Spoon
🥄 A package for building specific Proxy Pool for different Sites.
Stars: ✭ 173 (+162.12%)
Mutual labels:  proxies
ip2proxy-java
IP2Proxy Java Component.It can be used to find the IP addresses which are used as VPN anonymizer, open proxies, web proxies and Tor exits.
Stars: ✭ 16 (-75.76%)
Mutual labels:  proxies
Lambdaattack
Minecraft bot for servers. Currently supports stress testing. More features are planned
Stars: ✭ 133 (+101.52%)
Mutual labels:  proxies
lura
Ultra performant API Gateway with middlewares. A project hosted at The Linux Foundation
Stars: ✭ 5,159 (+7716.67%)
Mutual labels:  proxies
freeproxy
Get http proxies from some free proxy sites. (爬取免费HTTP代理)
Stars: ✭ 18 (-72.73%)
Mutual labels:  proxies
YANG
🔥 The most efficient, open-source, and unlimited discord nitro generator & checker. 🚀
Stars: ✭ 215 (+225.76%)
Mutual labels:  proxies
proxybuilder
www.proxybuilder.org
Stars: ✭ 19 (-71.21%)
Mutual labels:  proxies
Smartproxy
HTTP(S) Rotating Residential proxies - Code examples & General information
Stars: ✭ 205 (+210.61%)
Mutual labels:  proxies
proxychanger
Go tool to change system and applications proxy
Stars: ✭ 15 (-77.27%)
Mutual labels:  proxies
Adidas Bot
Browser automation tool for buying adidas shoes
Stars: ✭ 146 (+121.21%)
Mutual labels:  proxies
proxy fetcher
💪 Ruby / JRuby / TrufflleRuby gem & CLI for dealing with proxy lists from various sources
Stars: ✭ 119 (+80.3%)
Mutual labels:  proxies
Ipproxy
爬虫所需要的IP代理,抓取九个网站的代理IP检测/清洗/入库/更新,添加调用接口
Stars: ✭ 136 (+106.06%)
Mutual labels:  proxies
ProxyChecker
An easy to use open-source, multithreaded Proxy Checker. Allows you to quickly check HTTP and SOCKS proxies in a user friendly GUI, for Windows, Mac OS, Linux.
Stars: ✭ 113 (+71.21%)
Mutual labels:  proxies
pawxi
Dead simple reverse proxy for all your containerized needss
Stars: ✭ 14 (-78.79%)
Mutual labels:  proxies
Oprah Proxy
Generate credentials for Opera's "browser VPN"
Stars: ✭ 245 (+271.21%)
Mutual labels:  proxies
ipChecker
Check if a IP is from tor or is a malicious proxy
Stars: ✭ 50 (-24.24%)
Mutual labels:  proxies

Proxy Machine

License: GPLv3 Code style: black Build with love <3

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].