Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stefansundin/github-activity
:computer: RSS Feed for GitHub gist comments.
https://github.com/stefansundin/github-activity
gist github rss webapp
Last synced: about 1 month ago
JSON representation
:computer: RSS Feed for GitHub gist comments.
- Host: GitHub
- URL: https://github.com/stefansundin/github-activity
- Owner: stefansundin
- License: agpl-3.0
- Archived: true
- Created: 2015-01-20T07:16:13.000Z (almost 10 years ago)
- Default Branch: main
- Last Pushed: 2022-10-24T00:49:55.000Z (about 2 years ago)
- Last Synced: 2024-08-13T03:06:41.412Z (5 months ago)
- Topics: gist, github, rss, webapp
- Language: Ruby
- Homepage:
- Size: 210 KB
- Stars: 10
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### Configuration
- `GITHUB_TOKEN` is required for access to the GitHub GraphQL API. This is used for non-authenticated access. Generate a token [here](https://github.com/settings/tokens) with no scopes.
- `GITHUB_CLIENT_ID` and `GITHUB_CLIENT_SECRET` is required for authenticated access to private gists. Create an OAuth application [here](https://github.com/settings/developers).
- `ENCRYPTION_KEY` is used to encrypt the token in the URL for authenticated access. The app itself is completely stateless and does not store the tokens so it relies on being passed the token by the user. Run `rake secret` to generate a good key.