Commit 918fa1961b44bfe2750189539e43f46b62e2560d

  • avatar
  • arvind
  • Sat Mar 29 23:25:17 IST 2014
Adding #CGNetSwara  to the content of the post being made.
  • 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 message="@CGNetSwara http://cgnetswara.org/" +
38 message="#CGNetSwara http://cgnetswara.org/" +
39 content[1]['audio'])39 content[1]['audio'])