Scrape reddit for Singapore Ministry of Health (MOH) updates posted to Reddit
virtualenv env
. env/bin/activate
pip3 install requests pandas pyyaml
cp config.yaml.example config.yaml
Obtain a client ID and secret using the instructions here,
then plug them into your config.yaml
.
python3 mohbot.py
MOH publication time vs cases correlation
Code heavily borrowed from How to Use the Reddit API in Python.