Go to file
2021-11-19 14:13:47 +01:00
papatutuwawa pollen: Fix typo 2021-09-16 14:24:09 +02:00
.gitignore meta: Add gitignore 2021-06-13 13:11:41 +02:00
LICENSE Initial commit 2021-06-13 00:26:40 +02:00
README.md Initial commit 2021-06-13 00:26:40 +02:00
setup.py Fix mira dependency 2021-11-19 14:13:47 +01:00

mira-modules

This repository is a collection of my own modules that I wrote for the mira bot framework.

List of modules

mira.modules.pollen

Uses https://allergie.hexal.de/pollenflug/vorhersage/ to notify of pollen.

  • pollen add <PLZ> <Type>: Add a subscription on the postcode PLZ for the pollen of type Type
  • pollen remove <PLZ> <Type>: Removes the subscription

LICENSE

All the code in this repository is licensed under the GPLv3. See LICENSE for more information.