Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tetreum/xupopter_chrome_extension
Extension to easily create crawling recipes
https://github.com/tetreum/xupopter_chrome_extension
crawler scrapper scrapping webscraper
Last synced: 24 days ago
JSON representation
Extension to easily create crawling recipes
- Host: GitHub
- URL: https://github.com/tetreum/xupopter_chrome_extension
- Owner: tetreum
- Created: 2023-01-22T07:40:09.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-11-30T13:04:50.000Z (about 1 year ago)
- Last Synced: 2023-11-30T14:25:54.077Z (about 1 year ago)
- Topics: crawler, scrapper, scrapping, webscraper
- Language: Svelte
- Homepage:
- Size: 3.74 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![Preview](https://github.com/tetreum/xupopter_chrome_extension/blob/master/preview.png?raw=true)](https://github.com/tetreum/xupopter_chrome_extension/blob/master/preview.png?raw=true)
## Development
```bash
# install dependencies
npm i# build files to `/dist` directory
# HMR for extension pages and content scripts
npm run dev# Run test site locally
cd test && npx http-server --ssl;
```## Build
```bash
# build files to `/dist` directory
$ npm run build
```### How to add a new block
1. Create the block itself in `src/blocks`
2. List it on `src/components/LeftMenu.svelte`
3. List it on `src/models/IBlock.svelte`
4. List it on `src/blocks/Block.svelte`## Test page
https://tetreum.github.io/xupopter_chrome_extension/