It can run codes and render LaTeX.
This is a bot for internal use that adds other functions to CodeRunBot. Also, this is for Japanese speakers.
- Python >= 3.10
- tex.gaato.net
Set CODERUNBOT_TOKEN
in the .env
.
$ source /path/to/venv/bin/activate
$ pip install pip-tools
$ pip-sync
$ python -m bots
$ pip install -r requirements.txt
$ python -m bots
Basically the same as CodeRunBot, but set .env
to GAATO_BOT_TOKEN
, GOOGLE_API_KEY
and WOLFRAM_APPID
and the execution command is as follows. You also need ffmpeg.
$ python -m bots -g
Pull requests are welcome. Please use pip-tools to manage packages. Do not rewrite requirements.txt by hand.