Michel Roux
dea25289c0
Revert "Use a new image for poetry on drone"
All checks were successful
continuous-integration/drone/push Build is passing
This reverts commit d89ef58515bf0da232215f572472b24145ae569c.
Divent
The discord scheduled event calendar generator
Simple website that guides you to invite a bot to read and format scheduled events to a subscribable calendar.
Installing / Getting started
1) Create the bot
- Go to the Discord Developer Portal and create a new application.
- Enable the
Build-A-Bot
option in theBot
panel. - Click on
Reset Token
and keep it in a safe place, you will need it. - Configure the rest of your app and bot as you like (name, icon, username, etc.)
2) With Docker
- Install Docker
- Run
docker run -p 5000 -e DISCORD_TOKEN=your_bot_token xefir/divent
- The app is accessible at http://localhost:5000
2) Without Docker
- Install Python 3
- Install Pip
- Run
pip install divent
- Run
DISCORD_TOKEN=your_bot_token divent
- The app is accessible at http://localhost:5000
Links
Description
Languages
Python
49%
Jinja
36.5%
CSS
13.4%
Dockerfile
1.1%