A simple Django app to aggregate RSS feeds.
Project description
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
Add “feedreader” to your INSTALLED_APPS setting like this:
INSTALLED_APPS = (... 'feedreader', )
Include the feedreader URLconf in your project urls.py like this:
path('feedreader/', include('feedreader.urls')),
Run python manage.py migrate to create the feedreader models.
Run python manage.py collectstatic to copy static files to your project’s static root.
Start the development server and visit /admin/feedreader/feed/ to add feeds. Only each feed’s xml url is needed.
Visit /feedreader/ to see the contents of the feeds.
Dependencies
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file django-feedreader-2.3.1.tar.gz
.
File metadata
- Download URL: django-feedreader-2.3.1.tar.gz
- Upload date:
- Size: 616.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: Python-urllib/3.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bbfb8fb00a02841e9edf75338721e706747e652c5ea35206f5dae7b1a7e1fc42 |
|
MD5 | cfc6a2daae9c5aa56caef83b80bb10ac |
|
BLAKE2b-256 | 7239242b6173377d630c33db5815b7f849d7d90835cfca751502793325257979 |