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
- 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
- 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
Check issues