Skip to main content

Easy, simple, scalable and modular: a Python API wrapper for interactions.

Project description

Interactions.py


License

image

A Feature-rich Discord Bot Framework for Python

A highly extensible, easy to use, and feature complete framework for Discord.

interactions.py is the culmination of years of experience with Discord's APIs and bot development. This framework has been built from the ground up with community feedback and suggestions in mind. Our framework provides a modern and intuitive set of language bindings for easy interaction with Discord.

Key Features

interactions.py offers a wide range of features for building Python-powered Discord bots and web applications alike:

  • ✅ 100% coverage of the Discord API
  • ✅ Dynamic cache with TTL support
  • ✅ Modern and Pythonic API for easy interaction with Discord
  • ✅ Proper rate-limit handling
  • ✅ Feature parity with most other Discord API wrappers
  • ✅ Fully automated command synchronisation

In addition to core functionality, interactions.py provides a range of optional extensions, allowing you to further customize your bot and add new features with ease.

Extensibility

So the base library doesn't do what you want? No problem! With builtin extensions, you are able to extend the functionality of the library. And if none of those pique your interest, there are a myriad of other extension libraries available.

Just type bot.load_extension("extension")

Extensions

Prefixed Commands

Prefixed commands, message commands, or legacy commands. Whatever you want to call them, by default the interactions.py library will not handle these. But rest assured this extension will get you going

  • ✅ Automatic command registration
  • ✅ Annotation support

Debug Extension

A fully featured debug and utilities suite to help you get your bots made

Jurigged

A hot reloading extension allowing you to automagically update your bot without reboots

Sentry

Integrates Sentry.io error tracking into your bot with a single line

Console

Adds aiomonitor support with enables cli commands over a web interface

Paginators

Easily create multi-page embeds without having to implement the UX

Where do I start?

Getting started with interactions.py is easy! Simply install it via pip and start building your Discord application in Python:

pip install -U discord-py-interactions

import interactions

bot = interactions.Client()

@interactions.listen()
async def on_startup():
    print("Bot is ready!")

bot.start("token")

With interactions.py, you can quickly and easily build complex Discord applications with Python. Check out our guides for more information. Or join our discord.

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

discord_py_interactions-5.13.0.tar.gz (799.2 kB view details)

Uploaded Source

Built Distribution

discord_py_interactions-5.13.0-py3-none-any.whl (869.7 kB view details)

Uploaded Python 3

File details

Details for the file discord_py_interactions-5.13.0.tar.gz.

File metadata

File hashes

Hashes for discord_py_interactions-5.13.0.tar.gz
Algorithm Hash digest
SHA256 74d6f38310a1b0cd0ec56121fc3835e8c6e9098761417509f5a183d7a7879f57
MD5 69a87235f737a1c5d29baf2139b26600
BLAKE2b-256 1d550cf951e8beb99ab99af2b517df23542c6f48e3de3378fcd9dfaacdf98349

See more details on using hashes here.

File details

Details for the file discord_py_interactions-5.13.0-py3-none-any.whl.

File metadata

File hashes

Hashes for discord_py_interactions-5.13.0-py3-none-any.whl
Algorithm Hash digest
SHA256 f4562475d5c1b46f87196706d2dee1876ffa4b1ded221aeb49f4a0fc9675ff61
MD5 6a909b695037770eb6ed210159883a82
BLAKE2b-256 dabdeeef48856a922166c9228d93d9e2f49a55f0ea0baebc56d312fbed6f626f

See more details on using hashes here.

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