Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/gianklug/matemann
- Owner: gianklug
- Created: 2023-08-13T17:31:23.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-16T09:34:35.000Z (2 months ago)
- Last Synced: 2024-09-16T11:10:43.333Z (2 months ago)
- Language: Python
- Size: 37.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`