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.1.tar.gz
(780.0 kB
view details)
Built Distribution
divent-2.0.1-py3-none-any.whl
(781.7 kB
view details)
File details
Details for the file divent-2.0.1.tar.gz
.
File metadata
- Download URL: divent-2.0.1.tar.gz
- Upload date:
- Size: 780.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.2.1 CPython/3.8.14 Linux/5.10.0-18-amd64
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2175d7c051e006d2071d40a726f2a6a685d4701d43eba1257bb7709be18ecb48 |
|
MD5 | 92309047c9862e62d23eb20f34e76e81 |
|
BLAKE2b-256 | 3713056f1c9bf3d08c526f3511f06d15ce48ca3c258f316f2ba2f823a449677e |
File details
Details for the file divent-2.0.1-py3-none-any.whl
.
File metadata
- Download URL: divent-2.0.1-py3-none-any.whl
- Upload date:
- Size: 781.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.2.1 CPython/3.8.14 Linux/5.10.0-18-amd64
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 140bb8a2cc5d80a0d7d9f9b8247491199012322f569d3ea5d223afa4c678ba9b |
|
MD5 | 76ca64c4d596a5b74dc7e904544e72eb |
|
BLAKE2b-256 | 6cac65ee35877a0bfe7be7c8c789b607dc82f5049db419fac40a12baacd8fc5a |