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 PyBoard 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.2.tar.gz
(2.5 kB
view details)
File details
Details for the file DiscBoard-0.2.tar.gz
.
File metadata
- Download URL: DiscBoard-0.2.tar.gz
- Upload date:
- Size: 2.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.62.3 importlib-metadata/4.11.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
a5919ab59fc3a08b0eed8abf6ce4912dc528ab677558f3202dd2270ac4bb40e4
|
|
MD5 |
b700268905c418c7c2b351d6506dc6f8
|
|
BLAKE2b-256 |
2633557397f5cc030b110eb198629b0f8ffe4876be8cfba340fd2d0ea2d4ee84
|