Yet another Discord API wrapper for Python.
Project description
dico
This project is still in development, therefore I won't accept any PRs or Issues in this point.
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
- Full interaction support
- More soon™
Installation
Development Version:
pip install -U git+https://github.com/eunwoo1104/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):
if message.content.startswith("!hello"):
await message.reply("Hello, World!")
client.run()
Requirements
- Python 3.7+
TODO
- Implement sync http client
- Documentation
- Implement Audit Log, etc...
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.6.tar.gz.
File metadata
- Download URL: dico-api-0.0.6.tar.gz
- Upload date:
- Size: 41.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3c3268ea43046a42101bf4013302a15c564cac71c00fa18a6eb05245f7422466
|
|
| MD5 |
400492917cc92c06184e133a5524f20d
|
|
| BLAKE2b-256 |
f8ad8136b8f91d3f76bc835466ee11d78382dd055f78d2c0a15459abc2951399
|
File details
Details for the file dico_api-0.0.6-py3-none-any.whl.
File metadata
- Download URL: dico_api-0.0.6-py3-none-any.whl
- Upload date:
- Size: 49.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c9b95fb606e95d3bc42343df510690257e6f59c98169345fcbc017a41411546d
|
|
| MD5 |
7bc1de24897f89f7174c4f5f0a7dad46
|
|
| BLAKE2b-256 |
33f3d5ddbb00d9d3ca08ce6f465bed7c34feb6db16a1df61408fa81496281312
|