This is Telegram bot that sends Turkey covid info when /help command given.
- Telegram bot token generated by BotFather.
- Public or private Github repo.
- Heroku app.
- Fork this repo.
- Generate bot via BotFather.
- Create a Heroku App and integrate with your Github Repo (https://devcenter.heroku.com/articles/github-integration)
- 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
- Add git remote for using heroku CLI without -a parameter
heroku git:remote -a your_app_name
- 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
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.