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-0.4.tar.gz
(3.0 kB
view details)
File details
Details for the file DiscBoard-0.4.tar.gz
.
File metadata
- Download URL: DiscBoard-0.4.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 |
21c7c62372fbb99088267c6677ca8b0a8a3054da3ae3c08cb19103540b8fa8de
|
|
MD5 |
e462adff2ead9ecb9b05cb89f9fe1f75
|
|
BLAKE2b-256 |
477889979255f7da8cd495ee16d2106b9dd9d90f75f43b6afcd1881db8d43633
|