{"id":27154736,"url":"https://github.com/themaster3558/aiointeractions","last_synced_at":"2025-10-10T21:33:33.253Z","repository":{"id":60815057,"uuid":"544544365","full_name":"TheMaster3558/aiointeractions","owner":"TheMaster3558","description":"An async Discord HTTP Interactions wrapper for discord.py","archived":false,"fork":false,"pushed_at":"2024-02-07T03:42:14.000Z","size":112,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-07T13:40:26.531Z","etag":null,"topics":["discord","discord-interactions","discord-py","python-3"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/TheMaster3558.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2022-10-02T18:39:18.000Z","updated_at":"2024-02-10T22:43:52.000Z","dependencies_parsed_at":"2024-02-06T03:27:54.911Z","dependency_job_id":"234f8b6c-d5e8-421b-b2a6-14d5ae89a7b2","html_url":"https://github.com/TheMaster3558/aiointeractions","commit_stats":{"total_commits":84,"total_committers":2,"mean_commits":42.0,"dds":"0.23809523809523814","last_synced_commit":"ca9a2a086a164938887a7f8305adf5f4dc0e60c0"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheMaster3558%2Faiointeractions","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheMaster3558%2Faiointeractions/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheMaster3558%2Faiointeractions/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheMaster3558%2Faiointeractions/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TheMaster3558","download_url":"https://codeload.github.com/TheMaster3558/aiointeractions/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247902926,"owners_count":21015553,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["discord","discord-interactions","discord-py","python-3"],"created_at":"2025-04-08T18:32:27.707Z","updated_at":"2025-10-08T18:18:17.214Z","avatar_url":"https://github.com/TheMaster3558.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"aiointeractions\n===============\n\nAn async Discord HTTP Interactions wrapper for `discord.py` built with `aiohttp`.\n\n\n⚠️ **Warning:** This library is no longer compatible with ``discord.py\u003e2.4`` due to changes in how interactions are parsed\n\n\n.. image:: /docs/_static/logo.png\n  :alt: The aiointeractions logo\n\n\nDocumentation\n-------------\nhttps://aiointeractions.readthedocs.io/\n\n\nInstalling\n----------\n`aiointeractions` requires Python 3.8 or newer.\n\n.. code::\n\n    pip install aiointeractions\n\n\nExample\n-------\n\n.. code:: py\n\n    import asyncio\n    import discord\n    import aiointeractions\n\n    intents = discord.Intents.none()\n    # intents are not required because there is no gateway connection\n\n    client = discord.Client(intents=intents)\n    tree = discord.app_commands.CommandTree(client)\n    app = aiointeractions.InteractionsApp(client)\n\n    discord.utils.setup_logging(root=True)\n\n    @tree.command()\n    async def ping(interaction: discord.Interaction) -\u003e None:\n        await interaction.response.send_message('Pong!')\n\n    app.run('bot token')\n\n\nFork Support\n------------\nWhile some forks may be compatible, discord.py forks will not be supported.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthemaster3558%2Faiointeractions","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthemaster3558%2Faiointeractions","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthemaster3558%2Faiointeractions/lists"}