Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jakub-stastny/reddit-digest
https://github.com/jakub-stastny/reddit-digest
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jakub-stastny/reddit-digest
- Owner: jakub-stastny
- Created: 2024-09-03T03:45:30.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2024-09-08T15:01:09.000Z (4 months ago)
- Last Synced: 2024-09-08T16:55:53.139Z (4 months ago)
- Language: Clojure
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
Awesome Lists containing this project
README
* About
Reddit digest fetches RSS from subreddits of interests and send them regularly in an email digest.
# It's meant to run with cron from Tuesday to Sunday at 9 AM:
#+begin_src cron
0 9 * * 2-7 /path/to/my-script.sh
#+end_src* Run
#+begin_src sh
PUSHOVER_CREDS=user:token clojure -M:run
#+end_src* Links
- [[https://www.reddit.com/r/reddit.com/wiki/rss/][Reddit RSS]].