Skip to main content

Yet another Discord API wrapper for Python.

Project description

dico

Codacy Badge Discord

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.

Discord Server

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

dico-api-0.0.5.tar.gz (39.6 kB view hashes)

Uploaded Source

Built Distribution

dico_api-0.0.5-py3-none-any.whl (47.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page