No description
- HTML 77.2%
- Python 22.3%
- Dockerfile 0.5%
| screenshots | ||
| static | ||
| templates | ||
| .dockerignore | ||
| .gitignore | ||
| app.py | ||
| Dockerfile | ||
| README.md | ||
| requirements.txt | ||
Important
Not affiliated with Interwebmedia GmbH/Opsucht
OPSucht Market Monitor
This is an Tool (written in python) to monitor the OPSucht.net (a german minecraft server) market via the api.
Installation
docker-compose.yml:
services:
opsuchtmonitor:
restart: unless-stopped
ports:
- 8087:8087 # Change your port here in the docker compose (you need to change the left side)
volumes:
- ./data:/app/data # Expose this to be able to change the config
image: git.bengt.io/bengt/opsuchtapi
NOTE: Add contact info to the User-Agent in the config!

