{"id":41077077,"url":"https://github.com/teambrookie/showrss","last_synced_at":"2026-01-22T13:30:37.872Z","repository":{"id":57525704,"uuid":"75328602","full_name":"teambrookie/showrss","owner":"teambrookie","description":null,"archived":false,"fork":false,"pushed_at":"2019-06-27T10:26:07.000Z","size":1010,"stargazers_count":5,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2023-08-01T23:44:33.010Z","etag":null,"topics":["docker","go","golang","rss","showrss","torrent"],"latest_commit_sha":null,"homepage":"","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/teambrookie.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}},"created_at":"2016-12-01T20:09:19.000Z","updated_at":"2023-07-16T17:07:41.000Z","dependencies_parsed_at":"2022-08-28T22:12:48.523Z","dependency_job_id":null,"html_url":"https://github.com/teambrookie/showrss","commit_stats":null,"previous_names":[],"tags_count":5,"template":null,"template_full_name":null,"purl":"pkg:github/teambrookie/showrss","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teambrookie%2Fshowrss","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teambrookie%2Fshowrss/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teambrookie%2Fshowrss/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teambrookie%2Fshowrss/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/teambrookie","download_url":"https://codeload.github.com/teambrookie/showrss/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teambrookie%2Fshowrss/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28663785,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-22T01:17:37.254Z","status":"online","status_checked_at":"2026-01-22T02:00:07.137Z","response_time":144,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["docker","go","golang","rss","showrss","torrent"],"created_at":"2026-01-22T13:30:37.087Z","updated_at":"2026-01-22T13:30:37.855Z","avatar_url":"https://github.com/teambrookie.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ShowRSS\n\n[![Build Status](https://travis-ci.org/teambrookie/showrss.svg?branch=master)](https://travis-ci.org/teambrookie/showrss)\n[![Go Report Card](https://goreportcard.com/badge/github.com/teambrookie/showrss)](https://goreportcard.com/report/github.com/teambrookie/showrss)\n\n## Description\n\nShowRSS is a small app that let you ask Betaseries for your unseen episodes and then find the corresponding torrent using RARBG and expose them as an RSS feed.\n\n### How to run it\n\n```docker\ndocker run -p xxx:xxx -e PORT=xxx -e BETASERIES_KEY=xxx -e BETASERIES_SECRET=xxx teambrookie/showrss\n```\n\n### Additionnal environnement variables\n\n- SHOWRSS_QUALITY=xxx (default is 720p)\n- SHOWRSS_REFRESH_TIME=xxx (in minutes,default is 60)\n- SHOWRSS_EP_PER_SHOW=xxx (default is 48)\n\n\n### Using it\n\nThe authentification with Betaseries is using Oauth. You call the endpoint */auth*, it will redirect you to Betaseries to authentificate. And then if it's successful will redirect you to /rss/{user_token} so you can access your RSS feed.\n\nThe search for new unseen episodes and torrents is done automatically. It will start when you authentificate and then will occurs every 60 minutes ( if you haven't change the default)\n\n\n### Endpoint\n\n- /auth -\u003e authentificate you with Betaseries\n- /rss/{user_token} -\u003e return your rss feed\n- /info/{filename} -\u003e return all the info given a filename\n\n### Examples\n\n```http\nhttp://yourdomain.com/info/Modern.Family.S10E01.iNTERNAL.720p.WEB.x264-BAMBOOZLE\n```\n\nwill return you the following\n```json\n{\n  \"name\": \"Modern.Family.S10E01\",\n  \"season\": 10,\n  \"episode\": 1,\n  \"code\": \"S10E01\",\n  \"show_id\": 000,\n  \"magnet_link\": \"xxx\",\n  \"filename\": \"Modern.Family.S10E01.iNTERNAL.720p.WEB.x264-BAMBOOZLE\",\n  \"last_modified\": \"xxx\"\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fteambrookie%2Fshowrss","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fteambrookie%2Fshowrss","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fteambrookie%2Fshowrss/lists"}