Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

newsboard

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

newsboard

Gather many feeds in one

  • 0.2.1
  • PyPI
  • Socket score

Maintainers
1

Newsboard

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)


.. _`Sam et Max's multiboard`: https://github.com/sametmax/multiboards
.. _`Web-Rich-Object`: https://github.com/ZuluPro/web-rich-object
.. _`Django integration`: https://github.com/ZuluPro/django-web-rich-object

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc