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.4.1.tar.gz
(779.5 kB
view details)
Built Distribution
divent-3.4.1-py3-none-any.whl
(781.8 kB
view details)
File details
Details for the file divent-3.4.1.tar.gz
.
File metadata
- Download URL: divent-3.4.1.tar.gz
- Upload date:
- Size: 779.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.5.0 CPython/3.8.16 Linux/5.10.0-23-amd64
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5736a968a28dda7e4849b9d04db2ee72856b825bb4a8c969c74846d00d006d9f |
|
MD5 | 8f008907312e615e5a71a8d88d53722a |
|
BLAKE2b-256 | e679396444172e6a4aeeb1ef865dd57b519a4343de8c16c1fa2fc1fa7c1e450c |
File details
Details for the file divent-3.4.1-py3-none-any.whl
.
File metadata
- Download URL: divent-3.4.1-py3-none-any.whl
- Upload date:
- Size: 781.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.5.0 CPython/3.8.16 Linux/5.10.0-23-amd64
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c2a3abe575027b1f0d6491224d179fa7c6d9aab69c09c35f2701368907e3dffc |
|
MD5 | 1dbc47f6cb685c97741a33382582e05e |
|
BLAKE2b-256 | 38a46639b1145f8552979373bf2d7403a1476e45465b8d28aa46c3d3c637998b |