Rapptz /
discord.py
An API wrapper for Discord written in Python.
96/100 healthLoading repository data…
SayHelloRoman / repository
An API wrapper for https://bettercord.xyz
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
Enter one of these commands to install the library:
pip install bettermonitoring
You can find other examples in an examples folder.
Discord.py auto send example
from discord.ext import tasks, commands
from bettermonitoring import Client
bot = commands.Bot(command_prefix="!")
client_bm = Client("token bettermonitoring")
@bot.event
async def on_ready() -> None:
auto_send.start()
@tasks.loop(seconds=360)
async def auto_send():
await client.send_bot_stats(len(bot.guilds), 0)
bot.run("bot token")
Selected from shared topics, language and repository description—not editorial ratings.
Rapptz /
An API wrapper for Discord written in Python.
96/100 healthDisnakeDev /
An API wrapper for Discord written in Python.
82/100 healthdiskord-dev /
An API wrapper around Discord API written in Python
This is an educational series to create a discord chatbot using Hikari, a Discord API Wrapper for Python
46/100 healthNotTheNobleSavage /
Just a simple python wrapper and a discord bot that checks when the last emission is for Stalcraft using there new API
23/100 healthTheMaster3558 /
An API Wrapper for Discord Bot List, DiscordBotsGG, and Top.gg made in Python
19/100 health