6
1 Comment

I wrote a script to monitor COVID cases in a specific country and send travel recommendation to WhatsApp (less than 50 lines of Python)

Hey Indie hackers,

My teammate wrote a piece of Python code to automate checking the number of confirmed COVID cases daily to see when they start to go down.

This is the code: https://github.com/seamless-io/templates/blob/master/monitor_country_covid_status/README.md.
It turned out to be less than 50 lines.

And this is this blog post with a more detailed explanation of the code: https://medium.com/seamless-cloud/monitor-covid-cases-using-python-in-less-than-50-lines-of-code-810e9b7ab56c

on August 20, 2020
  1. 2

    Nice job! Related somewhat to the BASIC code I wrote for a little covid app:

    10 PRINT "Stay home!"
    20 GOTO 10

    ;)