Covid19 Bot is Github Action that creates Telegram bot and sends Turkey covid info when /help command given .
- Telegram bot token generated by BotFather.
- Public or private Github repo.
- Fork this repo.
- Generate bot via BotFather.
- Go to your forked repo's "Settings" tab and navigate to "Secrets" from left sidebar.
- Create TELEGRAM_BOT_TOKEN secret according to BotFather's message.
TELEGRAM_BOT_TOKEN=asdhasjdashdasdasdasd
# for debugging purposes
ACTIONS_STEP_DEBUG=true
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.