Skip to main content

A lifestreams application for Django

Project description

Build status Coverage Status

django-lifestreams is a lifestream application for django. Based on django-lifestream, it allows you to create a lifestream on your site from any source you want.

A lifestream is compound of feeds, a feed has a source and from that source the application fetch the items.

Plugins

Add plugins to INSTALLED_APPS, and LIFESTREAMS_PLUGIN_CHOICES

Included plugins

  • Twitter: lifestreams.plugins.lifestream_twitter
    • Must install tweepy>=2.1

  • Instagram: lifestreams.plugins.instagram
    • Must install python-instagram>=0.8.0

  • RSS: lifestreams.plugins.rss
    • Must install feedparser>=5.0 & python-dateutil>=2.1

LIFESTREAMS_PLUGIN_CHOICES example

LIFESTREAMS_PLUGIN_CHOICES = (
    ('lifestreams.plugins.lifestream_twitter.plugin.TwitterPlugin', 'Twitter'),
    ('lifestreams.plugins.lifestream_instagram.plugin.InstagramPlugin', 'Instagram'),
    ('lifestreams.plugins.lifestream_rss.plugin.RSSPlugin', 'RSS'),
)

Management Command

python manage.py update_lifestreams <lifestream_name>

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

django-lifestreams-0.1.1.tar.gz (11.6 kB view hashes)

Uploaded Source

django-lifestreams-0.1.0.tar.gz (11.6 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