Skip to content

Commit

Permalink
chore: added a little README.md for github repository [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
anasouardini committed Feb 29, 2024
1 parent 3a81cd0 commit 484cd36
Showing 1 changed file with 14 additions and 12 deletions.
26 changes: 14 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
## Scrapeyard

Is a scraping library built on top of Playwright, it adds scraping-related
features on top of the testing features that already exist in Playwright. It
offers features such as:

- You can create new scraping projects with one command.
- Inject `Reactjs` component into the target page.
- Facilitates the communication between your injected code and your scraping
server.
- Abstracts methods like `onLoad`, `clearDOM` and `uploadFile` so you don't have
to create them yourself.
# Scrapeyard (WIP)

It's a scraping framework built on top of Playwright for adding scraping- or automation-related features on top of the testing features that Playwright offers.

Some of the feature are:

- Initialize a new scraping project/bot with one command: `npm run createProject botName`.
- Inject Reactjs component into the target page.
- Facilitates the communication between your injected js/views and your scraping server.
- Offers methods like onLoad, clearDOM and uploadFile so you don't have to create them yourself.

## How to use

Run the following command in a terminal: `npm create scrapeyard project-name`

0 comments on commit 484cd36

Please sign in to comment.