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.3.tar.gz
(3.0 kB
view details)
File details
Details for the file DiscBoard-0.3.tar.gz
.
File metadata
- Download URL: DiscBoard-0.3.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 |
8399e98e5285b4bf33eed499617605a8d26500b3ff1c98d148ee14063d077dad
|
|
MD5 |
c9f90309a4bf952eb2bb6e81e07ee7e9
|
|
BLAKE2b-256 |
351b5d4726bdcf78438335d2cb200a72b932eaf733860e7765b446aa1dee424d
|