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.1.0.tar.gz
(780.1 kB
view details)
Built Distribution
divent-3.1.0-py3-none-any.whl
(781.9 kB
view details)
File details
Details for the file divent-3.1.0.tar.gz
.
File metadata
- Download URL: divent-3.1.0.tar.gz
- Upload date:
- Size: 780.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.3.2 CPython/3.8.16 Linux/5.10.0-20-amd64
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1ab9dccfbfff0b61ebbeddb7c50a4ea980b53949dfff79843462f20db96979b7 |
|
MD5 | 7ad4abc5e43e796440c45d94f27e8d5c |
|
BLAKE2b-256 | 4a6bf01215d83d2d15d52ffaf8602e86805ba0908fdfc90362a78e5cab1100fc |
File details
Details for the file divent-3.1.0-py3-none-any.whl
.
File metadata
- Download URL: divent-3.1.0-py3-none-any.whl
- Upload date:
- Size: 781.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.3.2 CPython/3.8.16 Linux/5.10.0-20-amd64
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 654e5c2c3b2db6db628321f1cb6ec9fdb10403c9172419d5e5bde1ca8b938179 |
|
MD5 | 1f13897267f2f71969b3b759ac6278f5 |
|
BLAKE2b-256 | a917c02dd69de71d7ea57f10858fbb505864d1f53fd194a97e4ebf1134737d5c |