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-2.0.2.tar.gz
(779.9 kB
view details)
Built Distribution
divent-2.0.2-py3-none-any.whl
(781.6 kB
view details)
File details
Details for the file divent-2.0.2.tar.gz
.
File metadata
- Download URL: divent-2.0.2.tar.gz
- Upload date:
- Size: 779.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.2.2 CPython/3.8.14 Linux/5.10.0-18-amd64
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c1023dbdc73f9b650e67da81cd3978ba12043379446797bedb092f3566ca11f4 |
|
MD5 | 7ba4705cfccc07fdf8fe736376ba06ea |
|
BLAKE2b-256 | 8ed5e37bab408df0de76866c054756320192e48b020b8453fff4d73c626bd428 |
File details
Details for the file divent-2.0.2-py3-none-any.whl
.
File metadata
- Download URL: divent-2.0.2-py3-none-any.whl
- Upload date:
- Size: 781.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.2.2 CPython/3.8.14 Linux/5.10.0-18-amd64
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2e742e1108f16905ff8f12a098cc95ffd92a1e810fe16ed7eb39d7316c76347f |
|
MD5 | a521360e366cc2c6a58d31adafa58e7d |
|
BLAKE2b-256 | e337bf98c397cafd122e12409fdf55fd8138f6ec1d5f1434c4cf0004ad51a595 |