Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/manimcommunity/discordmanimator
A Manim Rendering Bot for Discord. Requires a Functioning Manim install.
https://github.com/manimcommunity/discordmanimator
bot discord discord-bot hacktoberfest hacktoberfest2021
Last synced: 7 days ago
JSON representation
A Manim Rendering Bot for Discord. Requires a Functioning Manim install.
- Host: GitHub
- URL: https://github.com/manimcommunity/discordmanimator
- Owner: ManimCommunity
- License: mit
- Created: 2020-03-31T17:34:19.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-10-15T01:55:05.000Z (about 1 year ago)
- Last Synced: 2024-04-14T05:00:13.212Z (7 months ago)
- Topics: bot, discord, discord-bot, hacktoberfest, hacktoberfest2021
- Language: Python
- Homepage:
- Size: 129 KB
- Stars: 47
- Watchers: 6
- Forks: 19
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# DiscordManimator
A Manim Rendering Bot for Discord.
## How to run
Prerequisites:
- Docker dameon running with the `manimcommunity/manim:stable` image pulled
- `poetry`, a python dependency manager
- A discord bot token with the `MESSAGE CONTENT` Intent enabled.Deploy:
- run `poetry install`
- make a new file `config.py` in this directory based on `config_example.py` including the bot token
- run `poetry run python DiscordManimator.py`