Login Register






Checked Proxy-Dispensing API Server filter_list
Author
Message
Checked Proxy-Dispensing API Server #1
Recently I started work on a proxy dispensing API server.
It has endpoints for HTTP(s)/SOCKS4/SOCKS5 proxies.

Download
Github: https://github.com/MiyakoYakota/ProxyAPI/
Documentation https://github.com/MiyakoYakota/ProxyAPI...umentation
Live API: http://proxy.miyako.rocks

Usage
Setup
Install required libraries
Code:
pip install -r requirements.txt
Create the database where proxies will be stored
Code:
python Schema.py

Adding Proxies
  • Put HTTP proxies in input/http/
  • Put SOCKS4 proxies in input/socks4/
  • Put SOCKS5 proxies in input/socks5/
Load proxies into the database
Code:
python LoadProxies.py

Checking Proxies
Run the checker
Code:
python Checker.py
Set this as a repeating job for always checked proxies
Code:
watch --interval=3600 python Checker.py

Serving Proxies
Run the server:
Code:
python Serve.py

API Documentation
API Documentation is available here.
(This post was last modified: 09-28-2020, 04:54 PM by Request. Edit Reason: Add API )
Discord: Request#0001
Wickr/Email: miyako@miyako.rocks

[+] 1 user Likes Request's post
Reply

RE: Checked Proxy-Dispensing API Server #2
is this compatible with any version of python?

Reply

RE: Checked Proxy-Dispensing API Server #3
do you think it could be implanted to kinda like a proxychains server ???

Reply

RE: Checked Proxy-Dispensing API Server #4
(12-11-2020, 01:05 AM)Einsatzgruppe Wrote: do you think it could be implanted to kinda like a proxychains server ???
sure
Discord: Request#0001
Wickr/Email: miyako@miyako.rocks

Reply

RE: Checked Proxy-Dispensing API Server #5
(12-14-2020, 07:35 AM)foxsunday Wrote: dead site?

Confused Blush Cool Cool Cool Cool Evil Tongue Biggrin Sad Angry Angry Sarcasm Sleepy2 Notamused Notamused Notamused Notamused Notamused Notamused Notamused Notamused Notamused Notamused Notamused
Discord: Request#0001
Wickr/Email: miyako@miyako.rocks

Reply