Skip to content

Proxy Scraper is a Java application developed which purpose is to scrape the website HideMyName and use some information to store it through marshalling and persistence. It uses Spring, Angular and MongoDB

Notifications You must be signed in to change notification settings

codepressed/proxyScraperFrontend

Repository files navigation

Proxy Scraper Spring Mongo (FrontEnd)

Proxy Scraper is a Java application developed which purpose is to scrape the website HideMyName and use some information to store it through marshalling and persistence. It's also saved in a CSV every time the scraper starts a consultation.

Backend code (JAVA)

Frontend code (Typescript)

Technologies

  • Angular (Frontend) with TypeScript
  • Spring (Backend Framework)
  • MongoDB (Database)
  • JSoup (Scraping Library)

Display

Entities

Proxy

Table example

ID IP Port Location MS ProxyType Safety
1 192.168.1.0 4040 Germany 500 ms Socks4 High
2 192.168.1.1 8080 France 890ms HTTP High
  • ID: Primary key
  • IP: Proxy IP
  • Port: Port of the proxy
  • Location: Proxy location
  • MS: Milliseconds
  • ProxyType: HTTP, HTTPS (SSL), Socks4 (TCP/IP), Sock5 (UDP, DNS)
  • Safety: Proxy safety based on encryption

FrontEnd Usage (npm/cli)

npm install -g proxyscraper-frontend

Or if you want to install a non-global copy:

npm install proxyscraper-frontend

License and references

Personal Website

MIT

About

Proxy Scraper is a Java application developed which purpose is to scrape the website HideMyName and use some information to store it through marshalling and persistence. It uses Spring, Angular and MongoDB

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published