Skip to content

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.

License

Notifications You must be signed in to change notification settings

xSyki/page-dumper

Repository files navigation

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.

About

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages