neura is a fun Telegram bot that generates messages based on the message history
Invite: t.me/itmo_neura_bot
Install poetry and run:
poetry install
# ... packages are being installed
poetry shell
Fill .env
file with environment values:
# paste actual token here
TELEGRAM_BOT_API_TOKEN=
PORT=4000
HOST=0.0.0.0
WEBHOOK_HOST=********.ngrok.io
Then, run
poetry run python3 main.py
to start the bot in its virtual environment.