Commit Graph

6 Commits

Author SHA1 Message Date
c8b5926d78
Admidio event plugin now makes full use of Admidio Python API
Since the API is now able to refresh the data, it is possible for the plugin to use the API in the monitoring thread as well.

This commit also includes some minor make up improvements of messages.
2019-02-03 13:35:16 +01:00
2b488ee1f8
Most of the Admidio event plugins now makes use of the Admidio Python API
This commit also adds the function which enables users to request participants from the bot.
2019-02-02 16:16:37 +01:00
06868d67ce
Added info event feature
The bot is now able to return information about a certain event to a room.
2019-01-27 17:58:24 +01:00
eb2b887c0a Transitioned from JSON to Hjson. Closes #3
All configuration files and all messages files should now preferrable be
done in Hjson. This format supports, i.a. features, multi line strings
and commenting. This greatly improves readability.

All installation and documentation files are also updated in this
commit.
2019-01-14 23:47:38 +01:00
3f007cc83f Installation of requirements.txt before loading module 2019-01-13 12:50:15 +01:00
3a85bd368f Renamed directory name of admidio_events plugin
This way it is clear from which software the plugin grabs the events.
2019-01-08 23:08:57 +01:00