A library written for simple backend development of bot dashboards in python
Project description
DiscBoard
A simple API Wrapper to create discord bot web panels
Instalation
pip3 install -U DiscBoard
Example Usage
from DiscBoard import Application, Guild, DashConfig
DashConfig["BOT_TOKEN"] = "Your bot token"
my_bot = Application()
print(my_bot.get_guilds)
my_guild = Guild(guild_id=123)
print(my_guild.get_channels)
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
DiscBoard-1.1.tar.gz
(3.0 kB
view details)
File details
Details for the file DiscBoard-1.1.tar.gz
.
File metadata
- Download URL: DiscBoard-1.1.tar.gz
- Upload date:
- Size: 3.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.3 readme-renderer/35.0 requests/2.28.0 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.64.0 importlib-metadata/4.11.4 keyring/23.6.0 rfc3986/2.0.0 colorama/0.4.5 CPython/3.9.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
fc6a81634cf747fb85af6d45f1be66da385e4d977d6f1832316161107f50ffe0
|
|
MD5 |
61dd2fbbe9411cc8c037f7695be754b8
|
|
BLAKE2b-256 |
78dfb23c9d1340315197664ea372cb5b2d5f067e617992cce6ed78859d82d06f
|