minhh2792 / reddit-rss

improved rss feed for reddit

Home Page:https://reddit.0qz.fun

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

reddit-rss

Open in Gitpod ko-fi
reddit post explaining what this is

Breaking Changes

If you follow this service, please add the announcements rss feed to your reader to be notified of incoming changes.

https://github.com/trashhalo/reddit-rss/discussions/categories/announcements.atom

installation

Your options are docker build . or go build ./cmd/reddit-rss.

using self hosted version

If you run a version of reddit-rss at https://reddit.my.server

If you are interested in using it to you:

  1. Go to a subreddit or meta feed you like example: https://www.reddit.com/r/Android/
  2. Add .json onto the end: https://www.reddit.com/r/Android.json
  3. Change the domain name to, reddit.0qz.fun like: https://reddit.my.server/r/android.json
  4. Subscribe to ^^^ that url in your favorite feed reader.

exposed ports

  • 8080 (HTTP)

query params

  • ?safe=true filter out nsfw posts
  • ?scoreLimit=100 filter out posts with less than 100 up votes
  • ?flair=Energy%20Products only include posts that have that flair

Quick Deploy

Deploy with Heroku Deploy with Vercel

configuration

to further configure your instance, you can set the following environment variables

REDDIT_URL

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

PORT

which port your instance is listening on.

defaults to "8080"

About

improved rss feed for reddit

https://reddit.0qz.fun

License:MIT License


Languages

Language:Go 98.6%Language:Dockerfile 1.4%