https://github.com/stefansundin/rssbox
:newspaper: I consume the world via RSS feeds, and this is my attempt to keep it that way.
https://github.com/stefansundin/rssbox
atom-feed dailymotion elasticbeanstalk heroku-app imgur instagram kubernetes-deployment mixcloud periscope rss-feed soundcloud speedrun twitch twitter ustream vimeo webapp youtube
Last synced: 28 days ago
JSON representation
:newspaper: I consume the world via RSS feeds, and this is my attempt to keep it that way.
- Host: GitHub
- URL: https://github.com/stefansundin/rssbox
- Owner: stefansundin
- License: agpl-3.0
- Created: 2015-05-25T02:15:45.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2025-03-24T10:29:49.000Z (about 2 months ago)
- Last Synced: 2025-04-03T04:09:24.568Z (about 1 month ago)
- Topics: atom-feed, dailymotion, elasticbeanstalk, heroku-app, imgur, instagram, kubernetes-deployment, mixcloud, periscope, rss-feed, soundcloud, speedrun, twitch, twitter, ustream, vimeo, webapp, youtube
- Language: Ruby
- Homepage: https://github.com/stefansundin/rssbox/discussions/64
- Size: 1.17 MB
- Stars: 788
- Watchers: 18
- Forks: 70
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- Open-Source-Ruby-and-Rails-Apps - rssbox - This app uses the API of other websites and gives you an RSS feed in return. 🔥 ✅ 🚀 (Happy Exploring 🤘)
- awesome-starred - stefansundin/rssbox - :newspaper: I consume the world via RSS feeds, and this is my attempt to keep it that way. (webapp)
README
# RSS Box
This app uses the API of other websites and gives you an RSS feed in return. Quick and simple.
List of public RSS Box instances: https://github.com/stefansundin/rssbox/discussions/64
To open `vlc://` links, see [vlc-protocol](https://github.com/stefansundin/vlc-protocol).
## Roll your own
To deploy to Elastic Beanstalk, see [.ebextensions/README.md](.ebextensions/README.md).
To deploy to Kubernetes, see [kubernetes/README.md](kubernetes/README.md).
A Docker image is available on [Docker Hub](https://hub.docker.com/r/stefansundin/rssbox) and [Amazon ECR](https://gallery.ecr.aws/stefansundin/rssbox).
**Note:** Redis is an optional dependency! It is only used for the URL resolution feature.
### Configuration
You need to get API keys for the respective services and populate the environment variables, e.g. by using an [.env](.env.example) file.
A couple of services do not have official APIs, or do not require API keys, so they will work without any keys.
These services do not require API keys: Instagram, Mixcloud, Speedrun, Dailymotion.
#### YouTube
Go to the [Google Developer Console](https://console.developers.google.com/), create a project and a server key. Copy the server key. Enable "YouTube Data API v3" in the project.
#### Vimeo
Go to the [Vimeo developer website](https://developer.vimeo.com/apps) and create an app. Then create a personal access token.
> [!WARNING]
> The Instagram integration is not being maintained and may not work very well at all. You may be wasting your time.The Instagram support works without a `sessionid`, although it appears that the Instagram rate limits are much higher when one is used.
**I highly recommend that you create a dedicated Instagram account for this. If someone manages to access your sessionid then your account may be compromised!**
Login to [Instagram](https://www.instagram.com/) and then inspect your browser's cookies (this is easiest accomplished via the browser's developer tools) and copy the value of the `sessionid` cookie.
Once you've configured RSS Box, be sure to delete the cookie from the browser to avoid it being accidentally invalidated when you sign out. The `sessionid` should be valid for a long time, but you may have to repeat this procedure if it stops working in the future.
Facebook was supported in the past, but I have been unable to obtain API access since they locked it down in 2018. Maybe we can rebuild it some day, but using scraping techniques or something. [Discuss here.](https://github.com/stefansundin/rssbox/issues/5)
#### SoundCloud
Go to the [SoundCloud developer website](https://soundcloud.com/you/apps). You need to open a support ticket to create an app. Copy your client id and secret.
#### Twitch
Go to your [Twitch settings](https://www.twitch.tv/settings/connections) and create an app. Copy your client id.
To download Twitch videos, you also need to configure a separate client id.
#### Imgur
Go to the [Imgur settings](https://imgur.com/account/settings/apps) and create an app. Copy your client id.