Skip to content

Multithreaded bash script for get and check free proxies

License

Notifications You must be signed in to change notification settings

ali4heydari/GetFreeProxies

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GetFreeProxies

Multithreaded bash script for get and check free proxies

Dependencies

  • Python 3.6+

Usage

$ git clone https://github.com/ali4heydari/GetFreeProxies.git && cd GetFreeProxies/
$ chmod +x getFreeProxy.sh
$ ./getFreeProxy.sh

for output only good proxies:

$ ./getFreeProxy.sh | awk '/good/ {print $1}'

💥 NEW: Telegram Mtproto proxy

This script get's Mtproto proxies from this repo and outputs in Telegram proxy format

Usage

$ ./getMtprotoProxy.sh

proxies sorted by ping so for example to get top 5 proxies with lowest ping:

$ ./getMtprotoProxy.sh | head -n5

💥 NEW: GUI

In order to use the proxy on desktop, the GUI generates QR codes which can be used to scan on other devices.

Install

$ pip install -r requirements.txt

usage

$ python gui.py

About

Multithreaded bash script for get and check free proxies

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published