Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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`