LaurenceWarne / reddit-emacs-tips-n-tricks

An auto-updated collection of Emacs tips and tricks from the weekly reddit threads

Home Page:https://github.com/LaurenceWarne/reddit-emacs-tips-n-tricks/blob/master/out.md

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

An auto-updated collection of Emacs tips and tricks from the weekly reddit threads

https://github.com/LaurenceWarne/reddit-emacs-tips-n-tricks/blob/master/out.md

License:MIT License


Languages

Language:Python 63.8%Language:HCL 36.2%