Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jetkai/proxy-scraper
This is an application that scrapes various Proxy API Endpoints, then compiles the proxies into files within the "/proxies/" directory.
https://github.com/jetkai/proxy-scraper
exe gradle httpclient jackson-json jar java jdk11 kotlin launch4j proxies proxy proxy-scrape proxy-scraper scraper scraping selenium-java web-scraper web-scraping
Last synced: about 1 month ago
JSON representation
This is an application that scrapes various Proxy API Endpoints, then compiles the proxies into files within the "/proxies/" directory.
- Host: GitHub
- URL: https://github.com/jetkai/proxy-scraper
- Owner: jetkai
- License: mit
- Created: 2023-02-12T06:26:41.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-17T11:47:26.000Z (almost 2 years ago)
- Last Synced: 2024-11-07T23:36:06.505Z (3 months ago)
- Topics: exe, gradle, httpclient, jackson-json, jar, java, jdk11, kotlin, launch4j, proxies, proxy, proxy-scrape, proxy-scraper, scraper, scraping, selenium-java, web-scraper, web-scraping
- Language: Kotlin
- Homepage:
- Size: 104 KB
- Stars: 25
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
---
- [Windows (x64)](https://github.com/jetkai/proxy-scraper/releases/download/1.0/windows-64-exec.zip)
- [Any OS (With Java 11 or Greater)](https://github.com/jetkai/proxy-scraper/releases/download/1.0/proxy-scraper.jar)Output Files (After Running)
---
- `/proxies/http.txt`
- `/proxies/https.txt`
- `/proxies/socks4.txt`
- `/proxies/socks5.txt`
- `/proxies/proxies.txt`
- `/proxies/proxies.json`![image](https://user-images.githubusercontent.com/26250917/219645876-df1a6609-c75d-479a-aa60-146d8a4847bc.png)
Compile Requirements:
---
☑️ Kotlin 1.8.10☑️ JDK-11
☑️ Gradle 8.0
☑️ IntelliJ IDEA