A maubot bot for the canteen at Otto-von-Guericke-Universität Magdeburg.
!hunger: Get the menu (before 14:00 - today // after 14:00 - next available day)- Combine with keyword to query specific day (e.g.
!hunger mondayor!hunger 01.04.2042):todaytomorrowdd.mm.yyyymondaytuesdaywednesday- ...
- Combine with
fetchto update internal cache (e.g.!hunger fetchor!hunger fetch tomorrow)
- Combine with keyword to query specific day (e.g.
!subscribeEnable notifications for the menu on the next day!unsubscribeDisable notifications for the menu on the next day!hidList the next "Hörsaal im Dunkeln" events
- Install beautifulsoup4 in your maubot sever environment
- Dockerfile:
FROM dock.mau.dev/maubot/maubot RUN pip install beautifulsoup4 - docker-compose.yml
version: "3.6" services: postgres: image: postgres:13.2 restart: always expose: - 5432 volumes: - ./pgdata:/var/lib/postgresql/data environment: - POSTGRES_PASSWORD= - POSTGRES_USER= maubot: build: dockerfile: ./Dockerfile context: . container_name: maubot image: dock.mau.dev/maubot/maubot restart: unless-stopped volumes: - ./logs/:/var/log/maubot - ./data:/data ports: - 29316:29316 depends_on: - postgres
- Dockerfile:
- Load the *.mbp file into your Maubot Manager
- Create client and instance in Maubot Manager