Open florian-obernberger opened 1 year ago
Here is a discord bot written in TypeScript that implements a similar functionality: https://github.com/acm-uic/calsync
please keep in contact with me about your solution concepts, i'd love to challenge them with you and support you through the progress
will do!
the one challenge I am currently thinking about is the availability of the discord bot.
usually discord bots run 24/7 to be available but the collector would only be run from time to time, if I understood it correctly.
another option would be to see if there are apis available that one can use without a discord bot, as in a server Admin generating a sort of API key for their server and the collector can then just query the listed events
well, the process scheduling the eventcollectors is running all the time, only most of the time it is idle. so there would be the possibility to add the discord bot there, but to be honest, that seems like a scheduler unlike others, so it would warrant it's own process/deployable/service
so what you basically want is a deployable that the discord bots talk to and that talks with the boudicca api (and posesses an api key)
I would not like discord bots directly talking with the boudicca api
I would like to (try) to implement this myself