Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/callocgd/probe

A Geometry Dash Proxy Validator Used for finding proxies that are not banned by Robtop
https://github.com/callocgd/probe

asyncio geometry-dash http proxy-checker proxy-validator python socks socks4 socks5

Last synced: about 1 month ago
JSON representation

A Geometry Dash Proxy Validator Used for finding proxies that are not banned by Robtop

Awesome Lists containing this project

README

        

# Probe
A Geometry Dash Proxy Validator Used for finding proxies that are not banned by Robtop
Because my god, Robtop and the Eldermods, love to throw wrenches into my work.
Most Free proxies don't make it passed rubrub's firewall so I made a tool that
at least helps me find the ones that still are working.

Probe uses extremely minimal bandwith to find proxies that work and I made sure of that by
checking how the server behaves and how can I test these things in such a way where I don't
over-stress the servers...

# How to use
```
python probe.py --help
```

Probe uses a module called `asyncclick` to create a clean commandline in asyncio.
it is possible to take the class object I made and then attempt to implement it
into your own code but I will document that stuff later...