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.2.1.tar.gz
(17.8 kB
view details)
File details
Details for the file newsboard-0.2.1.tar.gz.
File metadata
- Download URL: newsboard-0.2.1.tar.gz
- Upload date:
- Size: 17.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.4.0 requests-toolbelt/0.9.1 tqdm/4.37.0 CPython/3.6.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9378c671e14168cf041819be3fea2f5f756600c88aab4672b293a2978059a45d
|
|
| MD5 |
ba95a6cdfc2316339772b1454b3544db
|
|
| BLAKE2b-256 |
431d7b17ed281fecfe7717e9317312fac84a25c30beb116800e01d03e026221c
|