You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Setup the cron job to receive updates whenever something changes
crontab -e # opens an editor like vim or nano# now write the following to run the bot every 5 mins*/5 ****cd$PATH_TO_CLONE_DIR; python3 corona_bot.py --states 'haryana,maharashtra'# to receive updates for all states, ignore the --states flag
About
Scans the official Government website and throws notifications to Slack when new cases arise (Ministry of Health and Family Welfare)