Any code I write to scrape web pages I will put here.
- covid.py: this scrapes the Ontario.ca Covid web site and outputs vital statistics.
- obit.py: this scrapes the obituaries of the Cape Breton post
- obit.sh: this calls obit.py, writes the output to obit.html, then opens obit.html
- icu.sh: this gets ICU bed information for Ontario and puts it in a text file
- icu.py: this code processes the text file pulled down by icu.sh
Other files in this repo:
- LICENSE
- README.md
For more information, see the comments section of the Python program(s)