Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 731 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 731 Bytes

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 here.

Running Locally

The easiest way is with pip-run:

GITHUB_TOKEN=??? CLIENT_ID=??? CLIENT_SECRET=??? GIT_REPO=??? GITHUB_USERNAME=??? GITHUB_EMAIL=??? pip-run praw -- bin/run.py --skip-pushing

Note CLIENT_ID and CLIENT_SECRET are needed to access the reddit API, and the Github variables are needed if you want to push to a repository (they can be stubbed with the --skip-pushing option).