{"id":13951122,"url":"https://github.com/azu/watch-rss","last_synced_at":"2025-09-23T16:57:18.450Z","repository":{"id":47557329,"uuid":"326340309","full_name":"azu/watch-rss","owner":"azu","description":"Subscribe your watched GitHub Repository's releases as RSS feeds on Inoreader","archived":false,"fork":false,"pushed_at":"2023-04-08T04:14:27.000Z","size":146,"stargazers_count":36,"open_issues_count":1,"forks_count":3,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-30T19:50:14.368Z","etag":null,"topics":["feed","github","inoreader","rss","watch"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/azu.png","metadata":{"funding":{"github":"azu"},"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}},"created_at":"2021-01-03T06:08:13.000Z","updated_at":"2024-12-22T14:21:10.000Z","dependencies_parsed_at":"2024-01-26T06:06:12.030Z","dependency_job_id":"dea33069-c11f-4a3c-90c6-238bd87ff091","html_url":"https://github.com/azu/watch-rss","commit_stats":null,"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/azu/watch-rss","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/azu%2Fwatch-rss","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/azu%2Fwatch-rss/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/azu%2Fwatch-rss/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/azu%2Fwatch-rss/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/azu","download_url":"https://codeload.github.com/azu/watch-rss/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/azu%2Fwatch-rss/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":276613277,"owners_count":25673399,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-23T02:00:09.130Z","response_time":73,"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":["feed","github","inoreader","rss","watch"],"created_at":"2024-08-08T06:01:14.069Z","updated_at":"2025-09-23T16:57:18.419Z","avatar_url":"https://github.com/azu.png","language":"TypeScript","readme":"# watch-rss\n\n\u003e Subscribe https://github.com/watching as RSS Feeds\n\nSubscribe your watched GitHub repository's releases as RSS on [Inoreader](https://inoreader.com).\n\nThis repository use GitHub Actions as scheduled cron.\n\nYou can subscribe new watched repository's releases every day 00:00.\n\n## Overview: behavior\n\n1. Get [your watching repositories](https://github.com/watching) without private and your repository\n2. Create `https://github.com/\u003cowner\u003e/\u003crepo\u003e/releases.atom` for each 1's result.\n3. Filter repositories by `EXCLUDE_PATTERNS`\n4. Subscribe these rss if you do not subscribe it yet.\n\nThis job run every day at 00:00 By default.\n\nFor more details, See [schedule-subscribe.yml](.github/workflows/scheduled-subscribe.yml).\n\n## Usage\n\nThis repository is template repository. You need to create your repository for yours.\n\n0. Create your repository from [\"Use this Template\"](https://github.com/azu/watch-rss/generate)\n1. Get GitHub Personal Access Token of GitHub\n\n- Visit \u003chttps://github.com/settings/tokens/new\u003e\n- Create a token with `repo`,`workflow`,`user` permissions\n- Copy it!\n\n2. Get access token of [Inoreader](https://inoreader.com)\n\n- `$GITHUB_TOKEN` is your personal access token that you got it at 1\n- `\u003cyour-username\u003e/watch-rss` is your forked repository name\n\n```\nyarn install\nGITHUB_REPOSITORY=\u003cyour-username\u003e/watch-rss GITHUB_TOKEN=$GITHUB_TOKEN npm run getAccessToken\n```\n\n:memo: This script add `INOREADER_TOKEN_JSON` to your repository(`\u003cowner\u003e/watch-rss`)'s secrets.\n\n3. Set access tokens GitHub Action's secrets.\n\nYou need to create `PERSONAL_GITHUB_TOKEN` to repository's secrets and fill it your GitHub personal access token.\n\n- `https://github.com/\u003cyourname\u003e/watch-rss/settings/secrets/actions`\n- Name: `PERSONAL_GITHUB_TOKEN`\n- Value: GitHub personal access token\n\n:memo: watch-rss has some optional environments values.\n\n```\n ENV:\n  INOREADER_TOKEN_JSON=${{secrets.INOREADER_TOKEN_JSON}}\n  GITHUB_TOKEN=\u003cPersonal Access Token\u003e (repo,public_key,workflow,users)\n  GITHUB_REPOSITORY=azu/watch-rss\n\n ENV(optional):\n  EXCLUDE_PATTERNS=\"ignore-owner/,ignore-word\" # ignore patterns that are comma separated\n  INOREADER_FOLDER_NAME=folder name\n  DEBUG=1\n```\n\n## Debug\n\nRUN following command after create token using `npm run getAccessToken`.\n\n- `ENABLE_CACHE=1` store cache to `.cache/`\n- `DEBUG=1` dump debug log\n\n```\nDEBUG=1 ENABLE_CACHE=1 INOREADER_TOKEN_JSON=$(cat .cache/inoreader_token.json) GITHUB_REPOSITORY=\"azu/watch-rss\" GITHUB_TOKEN=\"$GITHUB_TOKEN\" npm run add-subscription-to-inoreader\n```\n\n## Changelog\n\nSee [Releases page](https://github.com/azu/watch-rss/releases).\n\n## Running tests\n\nInstall devDependencies and Run `npm test`:\n\n    npm test\n\n## Contributing\n\nPull requests and stars are always welcome.\n\nFor bugs and feature requests, [please create an issue](https://github.com/azu/watch-rss/issues).\n\n1. Fork it!\n2. Create your feature branch: `git checkout -b my-new-feature`\n3. Commit your changes: `git commit -am 'Add some feature'`\n4. Push to the branch: `git push origin my-new-feature`\n5. Submit a pull request :D\n\n## Author\n\n- azu: [GitHub](https://github.com/azu), [Twitter](https://twitter.com/azu_re)\n\n## License\n\nMIT © azu\n","funding_links":["https://github.com/sponsors/azu"],"categories":["TypeScript"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fazu%2Fwatch-rss","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fazu%2Fwatch-rss","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fazu%2Fwatch-rss/lists"}