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-3.3.0.tar.gz
(779.5 kB
view details)
Built Distribution
divent-3.3.0-py3-none-any.whl
(781.8 kB
view details)
File details
Details for the file divent-3.3.0.tar.gz
.
File metadata
- Download URL: divent-3.3.0.tar.gz
- Upload date:
- Size: 779.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.4.2 CPython/3.8.16 Linux/5.10.0-21-amd64
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 80d3ba1e54159488e23128672ba16b0af7b4e100eabcf41583cbcb8d7de02867 |
|
MD5 | 58770b1ba86354b3c5df247aa24e5d08 |
|
BLAKE2b-256 | 72ac8dec18205a2452a07e83a4354964c37c076c09d1c31591d0cc13f31e584b |
File details
Details for the file divent-3.3.0-py3-none-any.whl
.
File metadata
- Download URL: divent-3.3.0-py3-none-any.whl
- Upload date:
- Size: 781.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.4.2 CPython/3.8.16 Linux/5.10.0-21-amd64
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 670871f776678c0e8f8a1ba0a5754aa5c6014ff5192f23bd680c78ae4e0e942c |
|
MD5 | 83978fb257b9fb337879850033a5940f |
|
BLAKE2b-256 | fd3bd6eb1492a2fa1e149e2ef4cbc0bf1f163f50d65ad92b64e1af651c3f28e3 |