Skip to main content

Feincms Newswall integration module to Leonardo (Support Django 1.8 +)

Project description

Integration of https://github.com/matthiask/django-newswall to Leonardo CMS.

This module uses this fork https://github.com/michaelkuty/django-newswall.git#egg=newswall py of newswall wich is compatibile with Django 1.7<1.9

Installation

pip install leonardo-newswall

or as leonardo bundle

pip install django-leonardo["newswall"]

Optionally use leonardo-celery for periodical update, or just call update_newswall however you want.

Load new templates to db

python manage.py sync_all -f

Providers

newswall has a few bundled providers, those being:

Elephantblog

Adds news entries for every active entry in a elephantblog installation on the same website. No additional configuration required (or possible). Add the following JSON configuration to the Source entry:

{"provider": "newswall.providers.elephantblog"}

Facebook Graph Feed

This provider adds news entries for every wall post on a Facebook page. The wall posts are accessed through the Graph API; you’ll need a copy of the Python Facebook SDK somewhere on your Python path. You’ll need an access token with offline_access permission for this provider. Required configuration follows:

{"provider": "newswall.providers.fb_graph_feed",
"object": "FEINHEIT",      // used to construct the Graph request URL
"from_id": "239846135569", // used to filter stories created by the
                           // object referenced above, ignores stories
                           // sent by others
"access_token": "..."
}

We suggest to use App Access Tokens to query the Facebook Page feed, because they don’t expire. To get an App Access Token, simply open this URL with your browser, after filling in the required fields (the all caps words):

https://graph.facebook.com/oauth/access_token?client_id=YOUR_APP_ID&client_secret=YOUR_APP_SECRET&grant_type=client_credentials

More infos according the App Access Tokens can be found on the official Facebook documentation: <https://developers.facebook.com/docs/opengraph/using-app-tokens/>

To obtain the “from_id” configuration parameter, you can query the Facebook Open Graph API Backend with your Browser:

https://graph.facebook.com/OBJECT

f.e.: <https://graph.facebook.com/FEINHEIT>

RSS Feed

The RSS feed provider can take any RSS or Atom feed (in fact anything parseable by feedparser and turn the stories into news entries:

{
"provider": "newswall.providers.feed",
"source": "http://twitter.com/statuses/user_timeline/unsocialrider.rss"
}

Twitter API Feed

Required: tweepy

Usage:

Create a twitter app. You’ll find the consumer_key/secret on the detail page. Because this is a read-only application, you can create your oauth_token/secret directly on the bottom of the app detail page.

Required configuration keys:

{
"provider": "newswall.providers.twitter",
"user": "feinheit",
"consumer_key": "...",
"consumer_secret": "...",
"oauth_token": "...",
"oauth_secret": "..."
}

Read More

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

leonardo-newswall-0.1.0.post1.tar.gz (6.3 kB view details)

Uploaded Source

File details

Details for the file leonardo-newswall-0.1.0.post1.tar.gz.

File metadata

File hashes

Hashes for leonardo-newswall-0.1.0.post1.tar.gz
Algorithm Hash digest
SHA256 38f570cb52bb2cb87141094b77b79a7c4d3e24831215c6c5055c969f1d9224f2
MD5 f982011df02fb1a6d00fbc413c9d752b
BLAKE2b-256 6a38b68e316bf764822717b9a2804acc9bd717332774526ff5b81701be93517e

See more details on using hashes here.

Supported by

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