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

Uploaded Source

django-lifestreams-0.1.0.tar.gz (11.6 kB view details)

Uploaded Source

File details

Details for the file django-lifestreams-0.1.1.tar.gz.

File metadata

File hashes

Hashes for django-lifestreams-0.1.1.tar.gz
Algorithm Hash digest
SHA256 d927b070c873d6adce18ff697a5fac06cc67d33558b3a8fcbd86f979a52a15ba
MD5 58a98f4bc93f5dd88010c07c199b0b92
BLAKE2b-256 cadf40c29794d88df2e67799f31321df08d9d87884a53731f44a9a760d70a85d

See more details on using hashes here.

File details

Details for the file django-lifestreams-0.1.0.tar.gz.

File metadata

File hashes

Hashes for django-lifestreams-0.1.0.tar.gz
Algorithm Hash digest
SHA256 9530724df5e02109348636fcfda379dec5595c688a36af76422c04e06474c5b1
MD5 8d9975ae9f886e8476fe64f0a8d24886
BLAKE2b-256 379bfb61af50b58ac67c752b4ad62e10b12748bb5d798b72207b21d103fbbade

See more details on using hashes here.

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