JESii / sample-web-scraping-with-electron

Sample project for web scraping with Electron

Home Page:https://en.jeffprod.com/blog/2019/web-scraping-with-electron/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sample Web Scraping With Electron

This is a simple project to show tips for scraping web pages with an Electron app. It can help you to build a user friendly, portable application with a GUI, to scrape a specific web site.

Please read :

scraping

Install

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

About

Sample project for web scraping with Electron

https://en.jeffprod.com/blog/2019/web-scraping-with-electron/

License:MIT License


Languages

Language:JavaScript 86.4%Language:HTML 13.6%