Commit 5d2d77908bfa7957448488b54e9af3b333cdec31
- Diff rendering mode:
- inline
- side by side
postScraper/postScraper/spiders/swara_spider.py
35 | graph = facebook.GraphAPI(access_token) | 35 | graph = facebook.GraphAPI(access_token) |
---|---|---|---|
36 | graph.put_object(conf.username, 'feed', link=response.url, | 36 | graph.put_object(conf.username, 'feed', link=response.url, |
37 | description=content[0]['content'].encode('utf8'), | 37 | description=content[0]['content'].encode('utf8'), |
38 | 38 | message="@CGNetSwara http://cgnetswara.org/" + | |
39 | content[1]['audio']) | 39 | content[1]['audio']) |