Skip to content

xyl0o/us_pres_elec_bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Run dev

python -m venv venv
venv/bin/pip install -e .
TELEGRAM_BOT_TOKEN="YOURBOTTOKENHERE" venv/bin/python -m us-pres-elec-bot

Run prod

python -m venv venv
venv/bin/pip install us-pres-elec-bot.whl
TELEGRAM_BOT_TOKEN="YOURBOTTOKENHERE" venv/bin/python -m us-pres-elec-bot

About

Small telegram bot for election updates.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages