Skip to content
This repository has been archived by the owner on Jun 24, 2019. It is now read-only.

fitodic/feedreader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 

Repository files navigation

FeedReader

A Django application for saving RSS feeds and their entries.

Setup:

Download the source code and create the SQLite database by running

$ python manage.py migrate

Warning: In the event the migration process does not create a migration for a specific app (e.g. thumbnail), run

$ python manage.py makemigrations thumbnail

and repeat the migrate command.

Usage:

Navigate to the directory that contains the manage.py file and run:

$ python manage.py runserver

Open a Web browser and visit the site. New feeds can be added using the UI or the command line:

$ python manage.py addfeed http://feeds.gawker.com/lifehacker/full

Tests:

To test the provided functionality, run:

$ python manage.py test feeds

Tests are run using the Lifehacker RSS feed as a reference. The application was tested using the following RSS feeds:

  1. Lifehacker
  2. Ubuntu
  3. Fedora
  4. Python

Requirements:

All the requirements are listed in the requirements.py file. This project was developed using Python 3.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published