Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 654 Bytes

README.md

File metadata and controls

36 lines (24 loc) · 654 Bytes

neura logo

About

neura is a fun Telegram bot that generates messages based on the message history

Invite: t.me/itmo_neura_bot

Getting started

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.