comparison newsfeed.py @ 160:651669645c42

User dive4elements pump.io user.
author Sascha L. Teichmann <teichmann@intevation.de>
date Wed, 14 May 2014 10:45:25 +0200
parents e209a6446e88
children
comparison
equal deleted inserted replaced
159:b887ed343f42 160:651669645c42
4 import simplejson 4 import simplejson
5 import time 5 import time
6 6
7 # SETTINGS 7 # SETTINGS
8 8
9 user = "dive4elements-test" 9 user = "dive4elements"
10 url = "http://io.intevation.de/api/user/%s/feed/public" % user 10 url = "http://io.intevation.de/api/user/%s/feed/public" % user
11 verb = "share" # post or share 11 verb = "share" # post or share
12 max_posts = 5 12 max_posts = 5
13 max_length = 350 13 max_length = 350
14 opacity75 = 20 14 opacity75 = 20
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)