Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tazeg/sample-web-scraping-with-electron
Sample project for web scraping with Electron
https://github.com/tazeg/sample-web-scraping-with-electron
cheerio electron javascript scraping scraping-websites
Last synced: about 1 month ago
JSON representation
Sample project for web scraping with Electron
- Host: GitHub
- URL: https://github.com/tazeg/sample-web-scraping-with-electron
- Owner: Tazeg
- License: mit
- Created: 2019-03-08T20:25:00.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-13T18:41:48.000Z (over 4 years ago)
- Last Synced: 2024-05-02T04:14:15.300Z (8 months ago)
- Topics: cheerio, electron, javascript, scraping, scraping-websites
- Language: JavaScript
- Homepage: https://en.jeffprod.com/blog/2019/web-scraping-with-electron/
- Size: 41 KB
- Stars: 53
- Watchers: 5
- Forks: 16
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
### 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 :
- https://en.jeffprod.com/blog/2019/web-scraping-with-electron/ (EN)
- https://fr.jeffprod.com/blog/2019/web-scraping-avec-electron/ (FR)![scraping](scraping.png)
#### Install
Install [NodeJS](https://nodejs.org/) then :
```bash
git clone https://github.com/Tazeg/sample-web-scraping-with-electron.git
cd sample-web-scraping-with-electron
npm install
npm run start
```