Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tetreum/xupopter_client
Simple interface to manage Xupopter recipes aswell as it's runners.
https://github.com/tetreum/xupopter_client
crawler scrapper scrapping webscraper
Last synced: 5 days ago
JSON representation
Simple interface to manage Xupopter recipes aswell as it's runners.
- Host: GitHub
- URL: https://github.com/tetreum/xupopter_client
- Owner: tetreum
- License: mit
- Created: 2023-02-04T09:17:40.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-02-26T14:58:20.000Z (almost 2 years ago)
- Last Synced: 2024-12-17T10:12:07.460Z (about 2 months ago)
- Topics: crawler, scrapper, scrapping, webscraper
- Language: Svelte
- Homepage:
- Size: 947 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![Preview](https://raw.githubusercontent.com/tetreum/xupopter_client/master/preview.png)
# Xupopter Client
Simple interface to manage Xupopter recipes aswell as it's [runners](https://github.com/tetreum/xupopter_runner).
## Usage
You can either use the docker container (recommended as contains both the backend and a runner) or manually run it.
### Docker
```
version: "3.3"
services:
xupopter:
image: ghcr.io/tetreum/xupopter_client:latest
container_name: xupopter
ports:
- 8088:8088
volumes:
- /path/to/config:/app/config # Make sure your local config directory exists
```### Manual
1. `npm i`
2. `npm run dev`
3. You can now access the interface from http://127.0.0.1:8088/
If you want to run recipes, you will also have to run a runner instance.### DB
Push changes: `npx prisma db push`
### Debugging tools
- https://inloop.github.io/sqlite-viewer/