Mercurial > dive4elements > website
comparison newsfeed.py @ 44:8cc0036041cf
set URL, removed index.psp
author | Mathias Gebbe <mgebbe@intevation.de> |
---|---|
date | Mon, 10 Mar 2014 17:57:41 +0100 |
parents | 5541d758f62a |
children | a9a3c55ef91c |
comparison
equal
deleted
inserted
replaced
43:5541d758f62a | 44:8cc0036041cf |
---|---|
5 import time | 5 import time |
6 import sys | 6 import sys |
7 | 7 |
8 # SETTINGS | 8 # SETTINGS |
9 | 9 |
10 url = "http://goldenrod.rgb/api/user/dive4elements/feed/public" | 10 url = "http://io.intevation.de/api/user/dive4elements/feed/public" |
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 |
15 ocacity50 = 10 | 15 ocacity50 = 10 |