Skip to content

Commit

Permalink
chore: add a readme for users
Browse files Browse the repository at this point in the history
  • Loading branch information
anasouardini committed Feb 29, 2024
1 parent edbaa11 commit 23a1b79
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion packages/scrapeyard/README.md
Original file line number Diff line number Diff line change
@@ -1 +1,14 @@
# Scrapeyard
# 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 23a1b79

Please sign in to comment.