Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gianklug/matemann

CTFtime-to-Discord bridge
https://github.com/gianklug/matemann

Last synced: 7 days ago
JSON representation

CTFtime-to-Discord bridge

Awesome Lists containing this project

README

        

# matemann

Bot to sync CTFtime events to your discord

## Howto
* Build the container `docker build . -t matemann`
* Set up a cronjob to run the bot with a discord token:
`docker run -e "BOT_TOKEN=xyz" -e "GUILD_ID=xyz" matemann`