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.1.tar.gz
(12.2 kB
view details)
File details
Details for the file newsboard-0.1.1.tar.gz
.
File metadata
- Download URL: newsboard-0.1.1.tar.gz
- Upload date:
- Size: 12.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a5dc081b5b4d9c29cf448a3f52f663b97192d45a1ecff5cf7b0fa673fb680b27 |
|
MD5 | f96a69915f8f16f3d59f1329c3fee6b4 |
|
BLAKE2b-256 | 910622cd11a9ce6d67201b4d2b73c6c8ad16ca01ed2a3dc579366190b07c451d |