Skip to content

Tazeg/sample-web-scraping-with-electron

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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