shrayasr / Rsswala

The ever-so-simple RSS reader

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rsswala Build Status

The ever-so-simple RSS reader (or at least thats what we think it is)

Ideated during the 2013 Aaron Swartz Day Hacknight organized by HasGeek


screeie


Contributors

Why another RSS reader?

  • We wanted to learn about how the RSS protocol is built and we felt nothing out there still stands in front of the mighty Google Reader
  • Because we wanted to learn how to do things right with PY

Documentation

Installation

  • Clone the repo
  • Start MySQL instance
  • cd rsswala
  • mysql -u <USERNAME> -p < rsswala.sql
  • virtualenv env
  • source env/bin/activate
  • pip install -r requirements.txt
  • cd app
  • cp conf.sample.py conf.py
  • Make the Required changes in conf.py
  • cd ..
  • python run.py

TODO

Check issues

About

The ever-so-simple RSS reader

License:MIT License


Languages

Language:Python 89.5%Language:HTML 5.8%Language:JavaScript 2.5%Language:Shell 2.2%