Since I'm a lazy person and almost every task I worked on required proxies, I created this repository to save myself from constantly searching for proxies.
The process involves collecting proxies from multiple sources, checking them, and saving them to GitHub. All of this is automated using GitHub Actions.
Finally, the proxies are deployed on Vercel via an Express.js server.
-
GitHub Actions
Builds the Go files, runs the scraper for proxy collection, and executes the checker for validating proxies. -
Scraper Script
Gathers proxies using both Python and Go to combine simplicity with speed in the collection process. -
Checker Script
Verifies and categorizes proxies using the X-Ray Core. -
Web Server
An Express-based web server deployed on Vercel, providing features like limiting proxies or fetching configurations directly from Telegram.