Skip to content

maxplatov/onhockey

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

onhockey Bot

https://teleg.run/onhockey_bot - Returns a link to the broadcast of your favorite hockey team

How to launch your instance:

  • set your bot token in os environment in variable "TELEGRAM_TOKEN"
  • set your data for connecting the database in os environment in variable "DATABASE_URL"
  • run : python3 run.py

OR

  • create file .env with 'TELEGRAM_TOKEN'='YOUR_TOKEN_HERE' and DATABASE_URL="postgresql://postgres:postgres@localhost:5432/postgres"
  • run: docker-compose up

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published