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 shellFill .env file with environment values:
# paste actual token here
TELEGRAM_BOT_API_TOKEN=
PORT=4000
HOST=0.0.0.0
WEBHOOK_HOST=********.ngrok.ioThen, run
poetry run python3 main.pyto start the bot in its virtual environment.
