Skip to content

LaurenceWarne/reddit-emacs-tips-n-tricks

Repository files navigation

reddit-emacs-tips-n-tricks

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:

Running Locally

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.