Skip to content

jarvis394/itmo-neura

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.