https://github.com/jiusanzhou/pickup
[WIP] A tool for generating data and extraction rules from web.
https://github.com/jiusanzhou/pickup
zoe-lab
Last synced: about 1 year ago
JSON representation
[WIP] A tool for generating data and extraction rules from web.
- Host: GitHub
- URL: https://github.com/jiusanzhou/pickup
- Owner: jiusanzhou
- Created: 2021-09-17T09:27:26.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-09-21T02:47:25.000Z (over 4 years ago)
- Last Synced: 2023-03-04T09:39:59.630Z (over 3 years ago)
- Topics: zoe-lab
- Language: JavaScript
- Homepage:
- Size: 300 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Pickup
**A tool for generating data and extraction rules from web.**
[](README.md) [](https://opencrawlers.org/) [](https://github.com/jiusanzhou/pickup/actions)
### Introduction
Pickup is a web-based tool for creating css/xpath rules and scraping data from the internet by clicking.
**Only tested in Chrome.**
### Features
- **Lightweight**: No need to install any things, including the browser plugins.
- **Flexible**: We supported `local development`, `server` and `service worker`.
- **Friendly**: A user friendly UI that help you to create your data adn rules fast.
### Modes compares
### Get Started
There is no any production-ready version released. The `local development` mode is the only way to use for now.
#### `Development` mode
1. Clone the source code in to your local path
2. Enter the project directory and run
```bash
yarn && yarn start
```
3. Waiting for prcessing finished, and open the development server,
most of `http://localhost:3000`
### `Service Worker` mode
*WIP*
### `Server` mode
*WIP*