Skip to content

Instantly share code, notes, and snippets.

@goofrider
Created July 17, 2013 19:44
Show Gist options
  • Save goofrider/6023801 to your computer and use it in GitHub Desktop.
Save goofrider/6023801 to your computer and use it in GitHub Desktop.

RSS Readers

Go Read

Live (free): http://www.goread.io/ Source: https://github.com/mjibson/goread

  • Runs on google app engine Go SDK

Source

Live: https://feedhq.org Source: https://github.com/feedhq/feedhq

-Grouping by categories

  • Django, Redis
  • PHP 5.3 or higher
  • MySQL, PostgreSQL or Sqlite

Coldsweat, a RSS aggregator compatible with the Fever API

https://github.com/passiomatic/coldsweat/blob/master/requirements.txt

  • mysql/sqlite
  • postresql via Peewee
  • python

Two requirements: Mongodb and Python

Advanced setup with MongoDB for storage and Redis for session on Heroku. You will also need the Heroku Scheduler add-on to refresh your feeds.

All Heroku dependencies like Pymongo, gunicorn and redis are in requirements.txt file, so everything will be installed automagically.

git clone git@github.com:socketubs/leselys.git
cd leselys
heroku create
heroku addons:add mongohq:sandbox
heroku addons:add redistogo:nano
heroku addons:add scheduler:standard
heroku addons:open scheduler
# Add "sh heroku.sh && leselys refresh heroku.ini" job every 10 minutes
# And "sh heroku.sh && leselys retention heroku.ini" job every day
git push heroku master
Update

This is how to update your Leselys (on Heroku):

git pull git push heroku master heroku restart And for the pip way, you just have to go to your virtualenv and run pip install leselys -U and restart Leselys processes.

Heroku ssetup

git clone git://github.com/swanson/stringer.git
cd stringer
heroku create
git push heroku master

heroku config:set SECRET_TOKEN=`openssl rand -hex 20`

heroku run rake db:migrate
heroku restart

heroku addons:add scheduler
heroku addons:open scheduler

Add an hourly task that runs rake fetch_feeds

Load the app and follow the instructions to import your feeds and start using the app.

In the event that you need to change your password, run heroku run rake change_password from the app folder.

From the app's directory:

git pull
git push heroku master
heroku run rake db:migrate
heroku restart

Paid services

  • signed up with google account
  • signed-up

It’s free and always will be

  • Scan your favorite sites' headlines in a matter of seconds
  • Store your favorite news sources in quick, easy to find folders
  • Share your reading list with friends and family
  • No ads and FREE to the world!

Signed up

  • RSS filtering, phrase based
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment