No description
Find a file
Kumi b48d55a36c
feat: add CoffeeBot for automated coffee orders
Introduced CoffeeBot for handling coffee order notifications.
- Configures with settings.ini
- Uses matrix-nio for Matrix client interaction
- Joins specified rooms, logs in with access token
- Notifies a room when a coffee order is detected

.gitignore updated to exclude venv/ and settings.ini.
Includes a sample settings.dist.ini for configuration.
2024-07-07 11:08:25 +02:00
.gitignore feat: add CoffeeBot for automated coffee orders 2024-07-07 11:08:25 +02:00
bot.py feat: add CoffeeBot for automated coffee orders 2024-07-07 11:08:25 +02:00
requirements.txt feat: add CoffeeBot for automated coffee orders 2024-07-07 11:08:25 +02:00
settings.dist.ini feat: add CoffeeBot for automated coffee orders 2024-07-07 11:08:25 +02:00