Title: [Python] quote_post_dict
Author: waterapple
Pastebin link: http://pastebin.com/jUTqZBbj
First Edit: Sunday 3rd of May 2015 04:19:47 AM CDT
Last Edit: Sunday 3rd of May 2015 04:19:47 AM CDT
*** Python 2.7.9 (default, Dec 10 2014, 12:24:55) [MSC v.1500 32 bit (Intel)] on win32. ***
>>> quote_post_dict = {u'highlighted': [], u'source_title': u'news10.net', u'reblog_key': u'c6ueXgOR', u'format': u'html', u'timestamp': 1379703264, u'note_count': 23519, u'tags': [], u'id': 61775600495L, u'post_url': u'http://staff.tumblr.com/post/61775600495/the-majority-of-workers-waste-their-time-on', u'source': u'
Forbes: 64% of employees wasting time at work
\nNum! Ber! One!
Num! Ber! One!
', u'state': u'published', u'text': u'The majority of workers waste their time on Tumblr, followed by Facebook, Twitter, Instagram, and SnapChat.', u'short_url': u'http://tmblr.co/ZE5FbyvY7Djl', u'date': u'2013-09-20 18:54:24 GMT', u'reblog': {u'tree_html': u''}, u'source_url': u'http://www.news10.net/news/article/257238/2/Forbes-64-of-employees-are-wasting-time-at-work', u'type': u'quote', u'slug': u'the-majority-of-workers-waste-their-time-on', u'blog_name': u'staff'}
>>>
>>> quote_post_dict
{u'blog_name': u'staff',
u'date': u'2013-09-20 18:54:24 GMT',
u'format': u'html',
u'highlighted': [],
u'id': 61775600495L,
u'note_count': 23519,
u'post_url': u'http://staff.tumblr.com/post/61775600495/the-majority-of-workers-waste-their-time-on',
u'reblog': {u'tree_html': u''},
u'reblog_key': u'c6ueXgOR',
u'short_url': u'http://tmblr.co/ZE5FbyvY7Djl',
u'slug': u'the-majority-of-workers-waste-their-time-on',
u'source': u'Forbes: 64% of employees wasting time at work
\nNum! Ber! One!
Num! Ber! One!
',
u'source_title': u'news10.net',
u'source_url': u'http://www.news10.net/news/article/257238/2/Forbes-64-of-employees-are-wasting-time-at-work',
u'state': u'published',
u'tags': [],
u'text': u'The majority of workers waste their time on Tumblr, followed by Facebook, Twitter, Instagram, and SnapChat.',
u'timestamp': 1379703264,
u'type': u'quote'}
>>>