Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/laurencewarne/reddit-emacs-tips-n-tricks
- Owner: LaurenceWarne
- License: mit
- Created: 2022-08-15T13:52:03.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-04-12T19:37:49.000Z (7 months ago)
- Last Synced: 2024-04-13T03:01:14.599Z (7 months ago)
- Topics: emacs, lambda, reddit, tips
- Language: Python
- Homepage: https://github.com/LaurenceWarne/reddit-emacs-tips-n-tricks/blob/master/out.md
- Size: 1.32 MB
- Stars: 17
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.