{"id":13410808,"url":"https://github.com/nextcord/nextcord","last_synced_at":"2025-05-14T22:06:26.834Z","repository":{"id":36960027,"uuid":"400793998","full_name":"nextcord/nextcord","owner":"nextcord","description":"A Python wrapper for the Discord API forked from discord.py","archived":false,"fork":false,"pushed_at":"2025-05-05T19:34:05.000Z","size":21302,"stargazers_count":1224,"open_issues_count":72,"forks_count":201,"subscribers_count":11,"default_branch":"master","last_synced_at":"2025-05-07T21:58:18.535Z","etag":null,"topics":["api-wrapper","bot-framework","bots","discord","discord-api","discord-bot","discord-py","discordbot","discordpy","hacktoberfest","python","python3"],"latest_commit_sha":null,"homepage":"https://docs.nextcord.dev","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/nextcord.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":"CONTRIBUTING.md","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,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2021-08-28T13:02:33.000Z","updated_at":"2025-05-07T17:21:02.000Z","dependencies_parsed_at":"2023-09-24T15:09:11.563Z","dependency_job_id":"c3a36d2d-0b63-4fd9-9884-156e99cda3a2","html_url":"https://github.com/nextcord/nextcord","commit_stats":{"total_commits":4305,"total_committers":390,"mean_commits":"11.038461538461538","dds":0.4457607433217189,"last_synced_commit":"10346bffe55b0f000c2047c4567a82759aa0d48a"},"previous_names":[],"tags_count":32,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nextcord%2Fnextcord","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nextcord%2Fnextcord/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nextcord%2Fnextcord/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nextcord%2Fnextcord/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nextcord","download_url":"https://codeload.github.com/nextcord/nextcord/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254235694,"owners_count":22036963,"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":["api-wrapper","bot-framework","bots","discord","discord-api","discord-bot","discord-py","discordbot","discordpy","hacktoberfest","python","python3"],"created_at":"2024-07-30T20:01:09.418Z","updated_at":"2025-05-14T22:06:21.813Z","avatar_url":"https://github.com/nextcord.png","language":"Python","funding_links":[],"categories":["API Libraries","Python","Libraries","💻 API Libraries","Forks and Wrappers"],"sub_categories":["Python","Miscellaneous"],"readme":".. image:: https://raw.githubusercontent.com/nextcord/nextcord/master/assets/repo-banner.svg\n   :alt: Nextcord\n\n.. image:: https://img.shields.io/discord/881118111967883295?color=blue\u0026label=discord\n   :target: https://discord.gg/nextcord\n   :alt: Discord server invite\n.. image:: https://img.shields.io/pypi/v/nextcord.svg\n   :target: https://pypi.org/project/nextcord/\n   :alt: PyPI version info\n.. image:: https://img.shields.io/pypi/dm/nextcord?color=informational\u0026label=pypi%20downloads\n   :target: https://pypi.org/project/nextcord/\n   :alt: PyPI version info\n.. image:: https://img.shields.io/pypi/pyversions/nextcord.svg\n   :target: https://pypi.org/project/nextcord/\n   :alt: PyPI supported Python versions\n.. image:: https://img.shields.io/readthedocs/nextcord\n   :target: https://docs.nextcord.dev/\n   :alt: Nextcord documentation\n\nNextcord\n--------\n\nA modern, easy-to-use, feature-rich, and async-ready API wrapper for Discord written in Python.\n\n\nKey Features\n-------------\n\n- Modern Pythonic API using ``async`` and ``await``\n- Proper rate limit handling\n- Optimised in both speed and memory\n\nInstalling\n----------\n\n**Python 3.12 or higher is required**\n\nTo install the library without full voice support, you can just run the following command:\n\n.. code:: sh\n\n    # Linux/macOS\n    python3 -m pip install -U nextcord\n\n    # Windows\n    py -3 -m pip install -U nextcord\n\nOtherwise to get voice support you should run the following command:\n\n.. code:: sh\n\n    # Linux/macOS\n    python3 -m pip install -U \"nextcord[voice]\"\n\n    # Windows\n    py -3 -m pip install -U nextcord[voice]\n\nTo install additional packages for speedup, run the following command:\n\n.. code:: sh\n\n    # Linux/macOS\n    python3 -m pip install -U \"nextcord[speed]\"\n\n    # Windows\n    py -3 -m pip install -U nextcord[speed]\n\n\nTo install the development version, do the following:\n\n.. code:: sh\n\n    $ git clone https://github.com/nextcord/nextcord/\n    $ cd nextcord\n    $ python3 -m pip install -U .[voice]\n\n\nOptional Packages\n~~~~~~~~~~~~~~~~~~\n\n* `PyNaCl \u003chttps://pypi.org/project/PyNaCl/\u003e`__ (for voice support)\n* `aiodns \u003chttps://pypi.org/project/aiodns/\u003e`__, `Brotli \u003chttps://pypi.org/project/Brotli/\u003e`__, `cchardet \u003chttps://pypi.org/project/cchardet/\u003e`__ (for aiohttp speedup)\n* `orjson \u003chttps://pypi.org/project/orjson/\u003e`__ (for json speedup)\n\nPlease note that on Linux installing voice you must install the following packages via your favourite package manager (e.g. ``apt``, ``dnf``, etc) before running the above commands:\n\n* libffi-dev (or ``libffi-devel`` on some systems)\n* python-dev (e.g. ``python3.12-dev`` for Python 3.12)\n\n\nQuick Example\n~~~~~~~~~~~~~\n\n.. code:: py\n\n    import nextcord\n    from nextcord.ext import commands\n\n\n    bot = commands.Bot()\n\n    @bot.slash_command(description=\"Replies with pong!\")\n    async def ping(interaction: nextcord.Interaction):\n        await interaction.send(\"Pong!\", ephemeral=True)\n\n    bot.run(\"token\")\n\nYou can find more examples in the `examples directory \u003chttps://github.com/nextcord/nextcord/blob/master/examples/\u003e`_.\n\n**NOTE:** It is not advised to leave your token directly in your code, as it allows anyone with it to access your bot. If you intend to make your code public you should `store it securely \u003chttps://github.com/nextcord/nextcord/blob/master/examples/secure_token_storage.py/\u003e`_.\n\nLinks\n------\n\n- `Documentation \u003chttps://docs.nextcord.dev/\u003e`_\n- `Official Discord Server \u003chttps://discord.gg/nextcord\u003e`_\n- `Discord Developers Server \u003chttps://discord.gg/discord-developers\u003e`_\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnextcord%2Fnextcord","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnextcord%2Fnextcord","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnextcord%2Fnextcord/lists"}