luissilva1044894 /
Pyrez
(ON REWRITE) An easy to use (a)sync wrapper for Hi-Rez Studios API (Paladins, Realm Royale, and Smite), written in Python. 🐍
60/100 healthLoading repository data…
diskord-dev / repository
An API wrapper around Discord API written in Python
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.
Discord.py was resumed as such this fork will no longer be receiving any updates. Please use discord.py instead.
async / awaitPython 3.8 or higher is required to install this library.
To install the library without full voice support, you can just run the following command:
python -m pip install diskord
Optionally, To interact with discord's voice API, You would require voice support of this library which you can install like so:
python -m pip install diskord[voice]
You must have git installed to install development version. Otherwise, you can download the code.
$ git clone https://github.com/diskord-dev/diskord
$ cd diskord
$ python -m pip install -U .[voice]
or in short;
python -m pip install git+https://github.com/diskord-dev/diskord.git
Here are some quick examples to give you a quickstart and show off the basic features of the library.
import diskord
client = diskord.Client()
@client.slash_command(description='Ping-Pong!')
async def ping(ctx):
await ctx.respond('Pong!')
client.run('token')
import diskord
from diskord.ext import commands
bot = commands.Bot(command_prefix='>')
@bot.command()
async def ping(ctx):
await ctx.send('pong')
bot.run('token')
You can find more examples in the examples directory.
Selected from shared topics, language and repository description—not editorial ratings.
luissilva1044894 /
(ON REWRITE) An easy to use (a)sync wrapper for Hi-Rez Studios API (Paladins, Realm Royale, and Smite), written in Python. 🐍
60/100 healthMecha-Karen /
An API wrapper for discord, built using aiohttp and pydantic.
38/100 healthduhby /
An asynchronous, feature-rich, Hypixel API wrapper for Python
PaxxPatriot /
An API wrapper for the Skinport API written in Python.
69/100 healthPaxxPatriot /
An API wrapper for the CSFloat API written in Python.
67/100 healthtwitch0001 /
An asynchronous Python Last.FM API wrapper
43/100 health