Skip to main content

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 hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page