Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 1.11 KB

README.md

File metadata and controls

45 lines (29 loc) · 1.11 KB

Page Dumper

A very simple web system for crawling and scraping websites, where we provide scripts directly in the browser. This allows you to instantly download data from any website, without creating a project for a single scrape.

Security Concerns

For the sake of simplicity, the application assumes that "admins are good people". Currently, "eval" is used for executing scripts, which is very insecure and this application should never be shared with people you do not trust. I also recommend hosting it only on an internal server.

Screens

Roadmap

  • Publish docker-image
  • Declare scrape and scrapes data visualization
  • Puppeteer

How to run dev

yarn dev

How to build

yarn build

yarn start

To start database

docker-compose up -d

Contribution

Feel free to make issues and pull request. Any help in the development of the application will be appreciated.