Novus
An asyncio Python wrapper around the Discord API, forked off of Rapptz's Discord.py. (by Voxel-Fox-Ltd)
discord-ui
A discord.py extension for sending, receiving and handling ui interactions in discord (by discord-py-ui)
Novus | discord-ui | |
---|---|---|
6 | 2 | |
63 | 28 | |
- | - | |
0.0 | 9.5 | |
about 2 months ago | about 3 years ago | |
Python | Python | |
MIT License | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Novus
Posts with mentions or reviews of Novus.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-02-26.
-
Opinion on Discord Python wrappers [Analysis]
Novus repo
-
[Megathread] The Future of discord.py
Components via list.
-
Here's a list of discord.py / d.py alternatives & forks
Adding Novus https://github.com/Voxel-Fox-Ltd/Novus, since the dev is active in this sub
-
Best discord.py alternative?
Sure! Here's the GitHub Repo and a changelog (summarized, full) since Discord.py announced the shut-down. It's very close to Discord.py since it's a direct extension, has support for components and interactions (buttons, context commands, dropdowns, slash commands), thread support. The development server is discord.gg/vfl and the maintainer of this fork is Kae#0004 (the creator of MarriageBot, Flower, and more).
-
D.py alternatives?
Novus is a D.py fork that I'm maintaining myself, adding slash and context command support and more as an extension beyond Danny's fork. I have changed the entire UI system from Danny's, but all is documented properly. In addition I also maintain VoxelBotUtils which is meant to streamline bot development.
discord-ui
Posts with mentions or reviews of discord-ui.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-09-10.
-
Nextcord Slash Commands
I think discord-ui supports nextcord but it's currently only supported in the preview version, so you need to install it from git (pip install git+https://github.com/discord-py-ui/discord-ui.git@preview)
-
[Megathread] The Future of discord.py
I can recommend discord-ui. It goes on top of discord.py and adds interactions/commands/etc.
What are some alternatives?
When comparing Novus and discord-ui you can also consider the following projects:
poketwo - A (not so) small Pokécord clone.
disnake - An API wrapper for Discord written in Python.
enhanced-discord.py - An API wrapper for Discord written in Python.
hikari-lightbulb - Simple, elegant and powerful command handler for the Python Discord library, Hikari.
diskord - An API wrapper around Discord API written in Python
nextcord - A Python wrapper for the Discord API forked from discord.py