{"id":13713304,"url":"https://github.com/imsun/gh-feed","last_synced_at":"2025-12-30T03:33:55.878Z","repository":{"id":74753905,"uuid":"74442427","full_name":"imsun/gh-feed","owner":"imsun","description":"Generate RSS feed from GitHub Issues","archived":false,"fork":false,"pushed_at":"2018-10-04T12:26:54.000Z","size":23,"stargazers_count":62,"open_issues_count":2,"forks_count":15,"subscribers_count":6,"default_branch":"master","last_synced_at":"2024-11-14T00:33:49.744Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://gh-feed.imsun.net","language":"JavaScript","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/imsun.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}},"created_at":"2016-11-22T06:38:09.000Z","updated_at":"2024-04-17T11:03:32.000Z","dependencies_parsed_at":null,"dependency_job_id":"9d2b32dc-2ff9-4753-9edf-b20481cc60c6","html_url":"https://github.com/imsun/gh-feed","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imsun%2Fgh-feed","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imsun%2Fgh-feed/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imsun%2Fgh-feed/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imsun%2Fgh-feed/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/imsun","download_url":"https://codeload.github.com/imsun/gh-feed/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252787528,"owners_count":21804278,"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","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":[],"created_at":"2024-08-02T23:01:32.008Z","updated_at":"2025-12-30T03:33:55.826Z","avatar_url":"https://github.com/imsun.png","language":"JavaScript","funding_links":[],"categories":["JavaScript","JavaScript (485)"],"sub_categories":[],"readme":"gh-feed\n=======\n\nGenerate RSS feed from GitHub Issues.\n\nCheck out [gh-feed.imsun.net](http://gh-feed.imsun.net)\n\n[中文简介](http://imsun.net/posts/gh-feed)\n\n## Why\n\nSome engineers take GitHub Issues as blogs. It's easy to use, supporting Markdown, Git, code highlighting, comments, notifications, and lots of fancy features. But there isn't a feed address for it. So I write this project.\n\n## Usage\n\n1. Open project's issues page on GitHub.\n1. Paste its URL to the input field on gh-feed's index page, or just replace `https://github.com` with `http://gh-feed.imsun.net`\n1. Get your feed address.\n\nTo customize your feed, you can add filters on issues page.\n\n## To Run\n\n### 1. Set Your GitHub Token (optional)\n\nBy default gh-feed uses GitHub API, but rate of requests is [limited by GitHub](https://developer.github.com/v3/#rate-limiting).\n\n\u003e For requests using Basic Authentication or OAuth, you can make up to 5,000 requests per hour. For unauthenticated requests, the rate limit allows you to make up to 60 requests per hour. Unauthenticated requests are associated with your IP address, and not the user making requests.\n\nFor higher rate, you need to create `config.js` as follows:\n\n```\nmodule.exports = {\n    token: 'Your GitHub token'\n}\n```\n\nYou can use [personal access token](https://github.com/settings/tokens) or [register an application](https://github.com/settings/developers) and [generate a token](https://developer.github.com/v3/oauth_authorizations/#create-a-new-authorization) for it.\n\nOnce you runs out your requests, gh-feed will **load the full issues page** to generate feed, which costs much more than using GitHub API.\n\n### 2. Run It\n\n```\nnpm install \u0026\u0026 npm start\n```\n\n## License\n\nMIT","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimsun%2Fgh-feed","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fimsun%2Fgh-feed","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimsun%2Fgh-feed/lists"}