Yet another Discord API wrapper for Python.
Project description
dico
Keep in mind that this project is still WIP, therefore it might be unstable.
Yet another Discord API wrapper for Python, aimed to follow Discord API format as much as possible but also simple and easy to use.
Features
- Discord v9 API (including Threads, components, context menus, etc.)
- Full interaction support
- API-Only supported
- More soon™
Installation
Development Version:
pip install -U git+https://github.com/dico-api/dico
PyPi(Not Recommended):
pip install -U dico-api
Quick Example
import dico
client = dico.Client("YOUR_BOT_TOKEN_HERE", intents=dico.Intents.full())
@client.on_message_create
async def on_message_create(message: dico.Message):
if message.content.startswith("!hello"):
await message.reply("Hello, World!")
client.run()
More examples are in here.
Requirements
- Python 3.7+
Extra Libs
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 dico-api-0.0.15.tar.gz.
File metadata
- Download URL: dico-api-0.0.15.tar.gz
- Upload date:
- Size: 60.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.9.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4ee31d9ab1c9f0e00199fcd5b642e62647086b51497f3d13cb6ed92e02582cfd
|
|
| MD5 |
58c4fa9c0d7b252c59c930e8ec384e9a
|
|
| BLAKE2b-256 |
c8067d5ff531ed8f0a53647c7192a708a1f20f882d529eaa8766a506bd7a0e3e
|
File details
Details for the file dico_api-0.0.15-py3-none-any.whl.
File metadata
- Download URL: dico_api-0.0.15-py3-none-any.whl
- Upload date:
- Size: 70.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.9.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5cdce1891caf68f2286e99ab666cfccb5c911f6c085867d3c12d00c1334d53a0
|
|
| MD5 |
2ae4396adbee77416e99af575735220a
|
|
| BLAKE2b-256 |
f39f17fcb2bbd318808926cdd14f167684399e443ac0a673d242d4d3e610b8e4
|