The discord scheduled event calendar generator https://divent.crystalyx.net
Go to file
Michel Roux f5a7a44c1f
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/tag Build is passing Details
Fix css on mobile (right this time)
2022-09-09 10:50:43 +00:00
divent Fix css on mobile (right this time) 2022-09-09 10:50:43 +00:00
.drone.yml Test trust all hosts on uvicorn middleware 2022-09-08 17:04:00 +00:00
.env.dist init project 2022-09-08 14:21:01 +00:00
.flake8 init project 2022-09-08 14:21:01 +00:00
.gitignore init project 2022-09-08 14:21:01 +00:00
Dockerfile init project 2022-09-08 14:21:01 +00:00
README.md Add licence on README 2022-09-08 18:21:40 +00:00
poetry.lock Add middleware to manage https header 2022-09-08 16:53:36 +00:00
pyproject.toml Update version 2022-09-09 09:08:50 +00:00
renovate.json init project 2022-09-08 14:21:01 +00:00

README.md

Divent

The discord scheduled event calendar generator

Build Status Docker Hub

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 the Bot 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

2) Without Docker