The discord scheduled event calendar generator
Project description
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. - Click on
Reset Secret
in theOAuth2
panel, copy bothClient ID
andClient 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
- Install Docker
- Run
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
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
Links
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
divent-4.1.2.tar.gz
(779.8 kB
view details)
Built Distribution
divent-4.1.2-py3-none-any.whl
(782.4 kB
view details)
File details
Details for the file divent-4.1.2.tar.gz
.
File metadata
- Download URL: divent-4.1.2.tar.gz
- Upload date:
- Size: 779.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.1 CPython/3.12.2 Linux/6.5.0-0.deb12.4-amd64
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f22107527a58e43cab467672aaafd12f1042f4e854778e1664a8d6903008aa50 |
|
MD5 | d800dd8b13e6f532d994a4376b4e5093 |
|
BLAKE2b-256 | f1680942d2424565e7e1defc17ca71d4585b08c3a0e1df815256b8ea6fa795ba |
File details
Details for the file divent-4.1.2-py3-none-any.whl
.
File metadata
- Download URL: divent-4.1.2-py3-none-any.whl
- Upload date:
- Size: 782.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.1 CPython/3.12.2 Linux/6.5.0-0.deb12.4-amd64
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 614edde5b98fc7e54102378cd854596b8492f81fd1a41ba00d759f3836208a35 |
|
MD5 | 4841559adbfa5865fa2d74589eeff750 |
|
BLAKE2b-256 | 61ae1c06331c6ef1876483763fa2e0d3085cb8bf830e4c0d9e7fbcffc0ed311b |