Gather many feeds in one
Project description
Reusable Django app inspired from Sam et Max’s multiboard. It aims to gather serveral type of feed in one app: RSS, Facebook, Sitemap or else.
It uses Web-Rich-Object and its Django integration to handle things.
Install
pip install newsboard
Configuration
Add newsboard and dj_web_rich_object in your INSTALLED_APPS.
Create tables: ./manage.py migrate
Include this in your URL patterns: (r'news/', include('newsboard.urls'))
Auto-updating
To enable auto-updating, please configure your project with celery and use the configuration in newsboard.periodic_tasks.UPDATE_STREAMS:
sender.add_periodic_task(newsboard.periodic_tasks.UPDATE_STREAMS)
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
newsboard-0.1.0.tar.gz
(12.2 kB
view details)
File details
Details for the file newsboard-0.1.0.tar.gz
.
File metadata
- Download URL: newsboard-0.1.0.tar.gz
- Upload date:
- Size: 12.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 67673bb6e4a81a772e9898f7f98839dd5733bcb99aa1353d295f719fbdad7cb5 |
|
MD5 | 1b28b4619fbe49b83aa6c3fc85bca810 |
|
BLAKE2b-256 | 3c5ba39b51e09b14d82a9014ae44321a92e29b51883a431847696eeb9c99a74b |