This is a simple project to show tips for scraping web pages with an Electron app.
Please read :
- https://en.jeffprod.com/blog/2019/web-scraping-with-electron/ (EN)
- https://fr.jeffprod.com/blog/2019/web-scraping-avec-electron/ (FR)
Install NodeJS then :
git clone https://github.com/Tazeg/sample-web-scraping-with-electron.git
cd sample-web-scraping-with-electron
npm install
npm run start