A python package for testing/managing your discord.py bot in browser.
Project description
discordbotdash
A discord.py package for testing Discord bots in your browser and viewing statistics. You can turn commands on and off, see the code for them, and view your shards with their respective latencies. This is still in development and more features will come.
Changelog
- Added console to view events and eval() with your bot.
Screenshots
Cogs
Commands
Shards
Console
Installation
- PyPi
- Run
pip install discordbotdash
for the latest version.
- Run
Usage - Example
Once you have installed it, you can easily open up a dashboard in your browser:
import discord
from discord.ext import commands
import discordbotdash.dash as dbd
bot = commands.AutoShardedBot("!")
@bot.event
async def on_ready():
dbd.openDash(bot)
bot.run("token")
Ensure that you are opening the dashboard before you are running the bot with bot.run
. Your dashboard will be open on 127.0.0.1:5000
once you have run openDash
.
Contributing
- Pull Requests for new features are always welcome.
- If you have a suggestion or a bug to report, open an issue.
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
Built Distribution
File details
Details for the file discordbotdash-1.2.2.tar.gz
.
File metadata
- Download URL: discordbotdash-1.2.2.tar.gz
- Upload date:
- Size: 8.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 365a479b14e018dbdf3024b522149fd62303aed7c5662b2cf4eb01a393a077a1 |
|
MD5 | 57d3e941214b11f061e7baa5ff826a20 |
|
BLAKE2b-256 | 58f1e59c7f193aa5b803d81cbc0a8bdabf178eaf13efa1df32a97a3b7055b6d2 |
Provenance
File details
Details for the file discordbotdash-1.2.2-py3-none-any.whl
.
File metadata
- Download URL: discordbotdash-1.2.2-py3-none-any.whl
- Upload date:
- Size: 12.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b3404fa97abd3d91eeaf68283ea125343bbbf566d5bc1ac83466997e4a55e5e7 |
|
MD5 | 7328df4cb1de79ed9853de24ad480111 |
|
BLAKE2b-256 | d98e3917b3abf1c853f9e0b83f1e7b57c471b60aac6a16a90a43f7eaf0b54ddc |