Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rafaelurben/django-discordbot
A Discord bot embedded in a Django app
https://github.com/rafaelurben/django-discordbot
discordbot django pypi
Last synced: about 14 hours ago
JSON representation
A Discord bot embedded in a Django app
- Host: GitHub
- URL: https://github.com/rafaelurben/django-discordbot
- Owner: rafaelurben
- License: mit
- Created: 2020-07-01T16:49:10.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-11-06T04:35:51.000Z (9 days ago)
- Last Synced: 2024-11-06T15:07:49.577Z (9 days ago)
- Topics: discordbot, django, pypi
- Language: Python
- Homepage:
- Size: 569 KB
- Stars: 27
- Watchers: 3
- Forks: 9
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# django-discordbot
> [!NOTE]
> After the [death of discord.py](https://github.com/rafaelurben/django-discordbot/discussions/139) and the [rebirth of discord.py](https://github.com/rafaelurben/django-discordbot/discussions/161), discord.py V2 has been released! That means it's time for v2 of django-discordbot! 🎉> [!WARNING]
> This bot is currently in a phase of transitioning from the old commands to the new app commands (slash commands).------
[![PyPI](https://img.shields.io/pypi/v/django-discordbot)](https://pypi.org/project/django-discordbot)
![PyPI - Django Version](https://img.shields.io/pypi/djversions/django-discordbot)
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/django-discordbot)
![PyPI - License](https://img.shields.io/pypi/l/django-discordbot)![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/rafaelurben/django-discordbot)
![GitHub lines of code](https://img.shields.io/tokei/lines/github.com/rafaelurben/django-discordbot)
[![GitHub issues](https://img.shields.io/github/issues/rafaelurben/django-discordbot)](https://github.com/rafaelurben/django-discordbot/issues)
[![GitHub pull requests](https://img.shields.io/github/issues-pr/rafaelurben/django-discordbot)](https://github.com/rafaelurben/django-discordbot/pulls)[![CodeFactor](https://www.codefactor.io/repository/github/rafaelurben/django-discordbot/badge)](https://www.codefactor.io/repository/github/rafaelurben/django-discordbot)
A Discord bot running in a django environment. The current version of the bot itself is German, but I might consider adding translations in the future.
Planned features can be found in the [project board](https://github.com/rafaelurben/django-discordbot/projects/1?fullscreen=true).
Feel free to open an issue or start a pull request. ;)
## Requirements
Python, django and discord.py knowledge.
## Documentation
You can find a documentation in the [docs folder](./docs/index.md).