{"id":21854831,"url":"https://github.com/sorae42/ressdit","last_synced_at":"2026-05-17T22:31:20.365Z","repository":{"id":249960117,"uuid":"832935687","full_name":"sorae42/ressdit","owner":"sorae42","description":"A fork of trashhalo/reddit-rss. Opinionated and improved RSS feed for Reddit.","archived":false,"fork":false,"pushed_at":"2024-07-28T22:02:06.000Z","size":274,"stargazers_count":2,"open_issues_count":3,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-21T19:14:50.005Z","etag":null,"topics":["reddit","rss","rss-feed"],"latest_commit_sha":null,"homepage":"https://github.com/trashhalo/reddit-rss","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sorae42.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-07-24T03:14:33.000Z","updated_at":"2025-01-26T15:08:34.000Z","dependencies_parsed_at":"2024-07-28T19:28:26.637Z","dependency_job_id":null,"html_url":"https://github.com/sorae42/ressdit","commit_stats":null,"previous_names":["sorae42/reddit-rss","sorae42/subreddit-rss","sorae42/ressdit"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/sorae42/ressdit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sorae42%2Fressdit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sorae42%2Fressdit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sorae42%2Fressdit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sorae42%2Fressdit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sorae42","download_url":"https://codeload.github.com/sorae42/ressdit/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sorae42%2Fressdit/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33157448,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-17T09:28:26.183Z","status":"ssl_error","status_checked_at":"2026-05-17T09:27:52.702Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["reddit","rss","rss-feed"],"created_at":"2024-11-28T02:11:34.181Z","updated_at":"2026-05-17T22:31:20.350Z","avatar_url":"https://github.com/sorae42.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ressdit\n\nA fork of trashhalo/reddit-rss with improved (with opinion) functionality.\n\n[See Introduction](https://www.reddit.com/r/rss/comments/fvg3ed/i_built_a_better_rss_feed_for_reddit/)\n\n**NOTE**: This fork may includes **breaking changes**! You may want to see Installation for more details.\n\n## Installation\n\nUsing Go: `go build ./cmd/ressdit \u0026\u0026 ./ressdit`. \n\nUsing Docker (recommended): \n\n1. Install Docker if you haven't.\n2. Run `docker build .`\n3. Then run `docker run -d -p\u003cyour port here\u003e:5932 '\u003cinstance name\u003e'` to run an ressdit instance.\n\nServer will be started at http://localhost:5932 (or whatever the port you set above).\n\n### Set up OAUTH\n\nTo get access to better rate limits and be able to see post in private subreddits you have joined, you must set up an oauth app on reddit and provide infomations as environment variables.\n\n[Create an app here (open old reddit)](https://old.reddit.com/prefs/apps/)\n\nBe sure to select **\"script\"** when asked what kind of app you are.\n\nUse your instance URL as redirect URI.\n\nYou can create an `.env` file in the same directory as the executable.\n\n```\nOAUTH_CLIENT_ID=your_client_id # its that id in the top left of the reddit app page\nOAUTH_CLIENT_SECRET=yout_client_secret # its the secret under the id\nREDDIT_USERNAME=your_reddit_username # the username of the account you created the app with\nREDDIT_PASSWORD=your_reddit_password # the password of the account you created the app with\nUSER_AGENT=\"browser:name-of-app:v1.0.0 (by /u/your-reddit-username)\"\n```\n\n## Usage\n\nTo subscribe to a subreddit:\n\n1. Go to a subreddit or meta feed you like example: https://www.reddit.com/r/Touhou\n2. Change the domain name to the server domain: https://localhost:8080/r/Touhou\n3. Subscribe to the url in your favorite feed reader.\n\nNOTE: Please **DO NOT** append `.json` to the url path. They are deprecated in this fork.\n\n### Query Parameters\n\n-   `?safe=true` filter out nsfw posts\n-   `?scoreLimit=100` filter out posts with less than 100 up votes\n-   `?flair=Energy%20Products` only include posts that have that flair\n\n## Dockerfile configuration\n\n### REDDIT_URL\n\nThis 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 .\n\nCurrently default to `\"https://www.reddit.com\"`. (yes, the new reddit interface)\n\n### PORT\n\nDefine which port your instance is listening on. Default to `8080`.\n\nYou should leave this as default and use Docker port mapping instead.\n\n## Credits\n\nreddit-rss built by [@trashhalo](https://github.com/trashhalo). [See original contributors](https://github.com/trashhalo/reddit-rss/graphs/contributors).\n\nForked and maintained by [@sorae42](https://github.com/sorae42).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsorae42%2Fressdit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsorae42%2Fressdit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsorae42%2Fressdit/lists"}