Michel Roux c863e99de4
All checks were successful
divent / lint (push) Successful in 2m9s
divent / docker (push) Successful in 31s
divent / pypi (push) Successful in 1m15s
Revert "Remove Sentry again"
This reverts commit 0b245f735a8c22173768aaa4220fc5ed74c8b59f.
2023-08-11 17:35:44 +02:00
2023-07-01 17:38:10 +02:00
2023-08-11 17:35:44 +02:00
2023-01-16 17:21:09 +01:00
2022-09-08 14:21:01 +00:00
2023-06-08 00:28:55 +00:00
2023-08-11 17:35:44 +02:00
2023-08-11 17:35:44 +02:00
2023-07-21 12:54:00 +00:00
2023-06-25 17:53:06 +02:00

Divent

The discord scheduled event calendar generator

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.
  • Click on Reset Secret in the OAuth2 panel, copy both Client ID and Client Secret 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

docker run -p 5000 \
    -e DISCORD_TOKEN=your_bot_token \
    -e OAUTH2_CLIENT_ID=your_client_id \
    -e OAUTH2_CLIENT_SECRET=your_client_secret \
    xefir/divent

2) Without Docker

  • Install Python 3
  • Install Pip
  • Run pip install divent
  • Run
DISCORD_TOKEN=your_bot_token \
OAUTH2_CLIENT_ID=your_client_id \
OAUTH2_CLIENT_SECRET=your_client_secret \
divent

3) Open your browser

The app is accessible at http://localhost:5000

Description
The discord scheduled event calendar generator
https://divent.crystalyx.net
Readme 8.7 MiB
Languages
Python 49%
Jinja 36.5%
CSS 13.4%
Dockerfile 1.1%