Ex-Ark / rssbox

:newspaper: I consume the world via RSS feeds, and this is my attempt to keep it that way.

Home Page:https://rssbox.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Notice

I am trying to raise money to implement a caching system to RSS Box. To learn more, please go to this issue: stefansundin#43

RSS Box

This app uses the API of other websites and gives you an RSS feed in return. Quick and simple.

To open vlc:// links, see vlc-protocol.

You can use this app freely at rssbox.herokuapp.com. An experimental Elastic Beanstalk version is available.

Roll your own

Deploy

To deploy to Elastic Beanstalk, see .ebextensions/README.md.

To deploy to Kubernetes, see kubernetes/README.md.

A Docker image is available on Docker Hub.

Heroku

If you need to re-provision redis, or you didn't use the deploy button above to provision the app initially, then you need to make sure to set the maxmemory policy:

heroku redis:maxmemory --policy=allkeys-lru

Configuration

You need to get API keys for the respective services and populate the environment variables, e.g. by using an .env 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, Periscope, Mixcloud, Speedrun, Ustream, Dailymotion.

Twitter

Go to Twitter Application Management and create a new app.

Once you have the consumer key and consumer secret, run the following to get the bearer token.

curl -X POST -d grant_type=client_credentials -u CONSUMER_KEY:CONSUMER_SECRET https://api.twitter.com/oauth2/token

Copy the access_token and put it in the config.

YouTube

Go to the Google Developer Console, 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 and create an app. Then create a personal access token.

Facebook

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.

SoundCloud

Go to the SoundCloud developer website and create an app. Copy your client id and secret.

Twitch

Go to your Twitch settings 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 and create an app. Copy your client id.

About

:newspaper: I consume the world via RSS feeds, and this is my attempt to keep it that way.

https://rssbox.herokuapp.com/

License:GNU Affero General Public License v3.0


Languages

Language:Ruby 49.7%Language:HTML 29.4%Language:JavaScript 19.0%Language:CSS 0.9%Language:Dockerfile 0.6%Language:Shell 0.3%