Skip to main content

A Python Wrapper for the DanBotHosting API

Project description

DanBotHosting API Python Wrapper

A Python API Wrapper for the DanBot Hosting API

Still under development!!

Links

Installation

For Windows:

pip install danbot-hosting-py

For Linux/MacOS

pip3 install danbot-hosting-py

Examples

Auto-posting

from discord.ext import commands
from danbot_api import DanBotClient


bot = commands.Bot(command_prefix='>', description="This is a Helper Bot")


@bot.event
async def on_ready():
    DanBotClient(bot, "your_dbh_key", autopost=True)
    print('Bot is Online')

@bot.event
async def on_dbh_post(data):
    print("Posted Bot Data to DBH. Data Posted:")
    print(data)
    
@bot.command()
async def ping(ctx):
    await ctx.send('pong!')

bot.run("your bot's token here")

FAQ

How do you get an API key?

Go to the discord server and use the DBH!ApiKey command in a respective text channel there!

I'm having trouble with the module

You may post at the issues section in Github or message me on Discord! (Makiyu^#4707)

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

danbot-hosting-py-0.1.tar.gz (3.6 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page