This repo contains tools for parsing top comments from the weekly r/emacs Weekly Tips, Tricks & c. Thread. You can check out all of the top comments:
The easiest way is with pip-run:
CLIENT_ID=??? CLIENT_SECRET=??? pip-run requests -- bin/run.py
Note CLIENT_ID
and CLIENT_SECRET
are needed to access the reddit API, also see the script docstring for runtime options.