Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Georgedyatmsk1405/CityEvents

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Telegram Bot Project 🚀 Quick Run

bash

Apply database migrations

alembic upgrade head

Install dependencies

pip install -r requirements.txt

Setup environment variables

echo "BOT_TOKEN=your_bot_token_here" > .env echo "ADMIN_ID=your_admin_id_here" >> .env

Run the bot

cd app python3 main.py run

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published