No description
  • HTML 77.2%
  • Python 22.3%
  • Dockerfile 0.5%
Find a file
2025-12-13 11:50:57 +01:00
screenshots Readme 2025-11-27 17:33:02 +01:00
static init 2025-11-27 17:20:42 +01:00
templates more legal 2025-11-27 17:35:51 +01:00
.dockerignore Readme 2025-11-27 17:33:02 +01:00
.gitignore init 2025-11-27 17:20:42 +01:00
app.py init 2025-11-27 17:20:42 +01:00
Dockerfile init 2025-11-27 17:20:42 +01:00
README.md Update README.md 2025-12-13 11:50:57 +01:00
requirements.txt init 2025-11-27 17:20:42 +01:00

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.

A screenshot of the menu

A screenshot of the discord notification

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!