Skip to content

ozcanzaferayan/covid19-telegram-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Covid19 Telegram Bot

This is Telegram bot that sends Turkey covid info when /help command given.

Screenshot

Sent from twilio account screenshot

Requirements

  1. Telegram bot token generated by BotFather.
  2. Public or private Github repo.
  3. Heroku app.

Usage

  1. Fork this repo.
  2. Generate bot via BotFather.
  3. Create a Heroku App and integrate with your Github Repo (https://devcenter.heroku.com/articles/github-integration)
  4. Create TELEGRAM_BOT_TOKEN env variable using heroku CLI as below
heroku config:set TELEGRAM_BOT_TOKEN=your_bot_token -a your_heroku_app_name
  1. Add git remote for using heroku CLI without -a parameter
heroku git:remote -a your_app_name
  1. For remove message on push: "This repository moved. Please use the new location:"
git remote set-url origin your_github_repo_url_with_git_extension

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published