A lifestreams application for Django
Project description
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
Release history Release notifications | RSS feed
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)
django-lifestreams-0.1.0.tar.gz
(11.6 kB
view details)
File details
Details for the file django-lifestreams-0.1.1.tar.gz
.
File metadata
- Download URL: django-lifestreams-0.1.1.tar.gz
- Upload date:
- Size: 11.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d927b070c873d6adce18ff697a5fac06cc67d33558b3a8fcbd86f979a52a15ba |
|
MD5 | 58a98f4bc93f5dd88010c07c199b0b92 |
|
BLAKE2b-256 | cadf40c29794d88df2e67799f31321df08d9d87884a53731f44a9a760d70a85d |
File details
Details for the file django-lifestreams-0.1.0.tar.gz
.
File metadata
- Download URL: django-lifestreams-0.1.0.tar.gz
- Upload date:
- Size: 11.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9530724df5e02109348636fcfda379dec5595c688a36af76422c04e06474c5b1 |
|
MD5 | 8d9975ae9f886e8476fe64f0a8d24886 |
|
BLAKE2b-256 | 379bfb61af50b58ac67c752b4ad62e10b12748bb5d798b72207b21d103fbbade |