Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/callocgd/probe
- Owner: CallocGD
- License: mit
- Created: 2024-01-03T23:03:47.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-02-24T05:35:34.000Z (10 months ago)
- Last Synced: 2024-02-24T06:25:23.630Z (10 months ago)
- Topics: asyncio, geometry-dash, http, proxy-checker, proxy-validator, python, socks, socks4, socks5
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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...