Generate this graphic for a named list of subreddits. The code is well documented. PRs welcome.
Originally inspired by this reddit post.
Have Python installed. Install packages as follows:
pip install -r requirements.txt
Create the file app.yaml
in the same directory containing your access information.
The file should look like this:
client_id: asdf
client_secret: fdsa
password: swordfish
user_agent: PCM
username: me
./pcm.py
MIT