A modern API wrapper for Discord.
Project description
A modern API wrapper for Discord.
Installation
pip install aiocord
Features
Complete: Implements the entirety of Discord’s services.
Asynchronous: Written in pure asyncio for native parallelism.
Modular: Any component (such as HTTP) can be used in isolation.
Ergonomic: Comes with extreme purpose-driven data reception and cacehing.
Interactive: Supports slash-commands and related utilities out of the box.
Example
Create a widget/__init__.py file.
import aiocord
@aiocord.widget.callback(aiocord.events.CreateMessage)
async def handle(info, event):
if (message := event.message).author.id == info.client.cache.user.id:
return
await info.client.create_message(message.channel_id, content = f'{message.author.mention()} said {message.content}!')
And run the following in your terminal:
aiocord --token <TOKEN> start widget
This is a simple example to get you started in seconds, but the library covers a vast wealth tools to fit any scenario.
Check out the Documentation’s Examples section for more, such as how to use Commands and Interactions.
Project details
Release history Release notifications | RSS feed
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file aiocord-2.3.2.tar.gz.
File metadata
- Download URL: aiocord-2.3.2.tar.gz
- Upload date:
- Size: 111.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2a5c70c74eb022ca011631d5afcd48b6bf7e0ad3592e4110f84ffced5ce1d4bc
|
|
| MD5 |
13e2470380c87c6c7c7c8e9c9aa2fc88
|
|
| BLAKE2b-256 |
88919000a60dd4d390157b8db321472c3e5a63409912776e4696b570fb0a2429
|
File details
Details for the file aiocord-2.3.2-py3-none-any.whl.
File metadata
- Download URL: aiocord-2.3.2-py3-none-any.whl
- Upload date:
- Size: 100.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0c72f4fc30b2b7b1fcc69255aa69ef75ed4a8d117ffae5e89b6ff71e04df7632
|
|
| MD5 |
cb5dcb38fed0cfffa41c9d47fa23fc13
|
|
| BLAKE2b-256 |
b160f835fbad202ed2a4a61928d41b58261eb3aab7d3f38b8095a1aa6a2da20b
|