Skip to content

shrayasr/Rsswala

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published