Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
This repository was archived by the owner on Jul 17, 2023. It is now read-only.

ahernp/django-feedreader

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

114 Commits
114 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

Feedreader is a simple Django app to aggregate RSS feeds.

Features

  • Locally stored feed link, title and description.
  • Locally stored entry link, title and description.
  • Show recent entries.
  • String search of locally stored data.
  • Uses Django admin to manage feeds.

Detailed documentation is in the "docs" directory. These are available online here.

Quick start

  1. Add "feedreader" to your INSTALLED_APPS setting like this:

    INSTALLED_APPS = (...
                      'feedreader',
                      )
    
  2. Include the feedreader URLconf in your project urls.py like this:

    path('feedreader/', include('feedreader.urls')),
    
  3. Run python manage.py migrate to create the feedreader models.

  4. Run python manage.py collectstatic to copy static files to your project's static root.

  5. Start the development server and visit /admin/feedreader/feed/ to add feeds. Only each feed's xml url is needed.

  6. Visit /feedreader/ to see the contents of the feeds.

Dependencies

About

RSS Aggregator

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Morty Proxy This is a proxified and sanitized view of the page, visit original site.