reddit post explaining what this is
Your options are docker build .
or go build ./cmd/reddit-rss
.
I run a version of reddit-rss at https://reddit.0qz.fun
If you are interested in using it to you:
- Go to a subreddit or meta feed you like example: https://www.reddit.com/r/Android/
- Add .json onto the end: https://www.reddit.com/r/Android.json
- Change the domain name to, reddit.0qz.fun like: https://reddit.0qz.fun/r/android.json
- Subscribe to ^^^ that url in your favorite feed reader.
- 8080 (HTTP)
?safe=true
filter out nsfw posts?limit=100
filter out posts with less than 100 up votes?flair=Energy%20Products
only include posts that have that flair
to further configure your instance, you can set the following environment variables
this controls which interface you want your rss feed entries to link to (to avoid tracking and that annoying use mobile app popup). any alternative reddit interface can be provided here, ie: https://libredd.it or https://teddit.net .
it defaults to "https://old.reddit.com"
.
which port your instance is listening on.
defaults to "8080"