Skip to content

This is an application that scrapes various Proxy API Endpoints, then compiles the proxies into files within the "/proxies/" directory.

License

Notifications You must be signed in to change notification settings

jetkai/proxy-scraper

Repository files navigation

Proxy Scraper

This is an application that scrapes various Proxy API Endpoints, then compiles the proxies into files within the "/proxies/" directory.

You'll just need to open the application, a console will pop-up and then the proxies will be saved.

Downloads

Output Files (After Running)

  • /proxies/http.txt
  • /proxies/https.txt
  • /proxies/socks4.txt
  • /proxies/socks5.txt
  • /proxies/proxies.txt
  • /proxies/proxies.json

image

Compile Requirements:

☑️ Kotlin 1.8.10

☑️ JDK-11

☑️ Gradle 8.0

☑️ IntelliJ IDEA