Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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/