Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/laurencewarne/reddit-emacs-tips-n-tricks

An auto-updated collection of Emacs tips and tricks from the weekly reddit threads
https://github.com/laurencewarne/reddit-emacs-tips-n-tricks

emacs lambda reddit tips

Last synced: 3 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# reddit-emacs-tips-n-tricks

This repo contains tools for parsing top comments from the weekly r/emacs [Weekly Tips, Tricks & c. Thread](https://www.reddit.com/r/emacs/search?q=Weekly+tips&restrict_sr=on&sort=new&t=all). You can check out all of the top comments:

- Sorted by upvotes [as org](./out.org)/[as md](./out.md)
- Grouped by year [as org](./out_by_year.org)/[as md](./out_by_year.md)

## Running Locally

The easiest way is with [pip-run](https://github.com/jaraco/pip-run):

```bash
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.