Skip to content

LaurenceWarne/reddit-emacs-tips-n-tricks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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