https://github.com/neguindev/scraper-web
Scraper Web is an Electron application that leverages Playwright for efficient and automated web scraping.
https://github.com/neguindev/scraper-web
Last synced: over 1 year ago
JSON representation
Scraper Web is an Electron application that leverages Playwright for efficient and automated web scraping.
- Host: GitHub
- URL: https://github.com/neguindev/scraper-web
- Owner: NeguinDev
- Created: 2023-07-23T05:02:44.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-29T03:55:07.000Z (almost 3 years ago)
- Last Synced: 2025-02-11T10:46:48.726Z (over 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 61.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Scraper Web
## Description
Scraper Web is an Electron application that leverages Playwright for efficient and automated web scraping.
## Requirements
- Node.js
- Electron
- Playwright
## Installation
Clone the repository:
```bash
git clone https://github.com/NeguinDev/scraper-web.git
```
Install the dependencies:
```bash
npm install
```
## Usage
To start the project, run:
```bash
npm start
```
Or for development:
```bash
npm run start:dev
```
## Features
### Graphical Interface
The graphical interface allows you to start, pause, and stop the scraping process.
### Web Scraping
The project uses Playwright to navigate through web pages and collect data.
### Code Generation
The project also generates code for making HTTP requests, making it easier to replicate the scraping.
## Contribution
Feel free to contribute to the project. Open a PR or an issue for discussions.
## License
ISC