所以在调用用户的最后一条推文时(“推特”)

https://api.twitter.com/1/statuses/user_timeline.json?include_entities=true&contributor_details&include_rts=true&screen_name=twitter&count=1

Twitter.com返回以下内容:

[{“entities”:{“hashtags”:[],“user_mentions”:[{“name”:“Fox News”,“indices”:[18,26],“screen_name”:“FoxNews”,“id_str” “:” 1367531" , “标识”:1367531}], “网址”:[{ “URL”: “http://t.co/p2Yi7pLt”, “指数”:[78,98], “DISPLAY_URL”: “blog.twitter.com/2012/01/using-\u2026","expanded_url":"http://blog.twitter.com/2012/01/using-twitter-to-follow-political.html”}] },“coordinates”:null,“truncated”:false,“place”:null,“geo”:null,“in_reply_to_user_id”:null,“retweet_count”:“100”,“favited”:false,“in_reply_to_status_id_str”:空, “用户”:{ “contributors_enabled”:真正的 “郎”: “恩”, “profile_background_image_url_https”: “https://si0.twimg.com/profile_background_images/378245879/Twitter_1544x2000.png”, “favourites_count”:16 ,“profile_text_color”:“333333”,“protected”:false,“location”:“旧金山,加利福尼亚”,“is_translator”:false,“profile_background_image_url”:“http://a1.twimg.com/profile_background_images/378245879 /Twitter_1544x2000.png","profile_image_url_https":"https://si0.twimg.com/profile_images/1124040897/at-twitter_normal.p ng“,”name“:”Twitter“,”profile_link_color“:”038543“,”url“:”http://blog.twitter.com/“,”utc_offset“: - 18800,”description“:”总是在想发生了什么 . “ ”listed_count“:68037, ”profile_background_color“: ”ACDED6“, ”statuses_count“:1246 ”以下“:真实的, ”profile_background_tile“:真实的, ”FOLLOWERS_COUNT“:7355581 ”profile_image_url“:” HTTP:// A0 .twimg.com / profile_images / 1124040897 / AT-twitter_normal.png”, “profile_banner_url”: “https://si0.twimg.com/brand_banners/twitter/1323368512/live”, “DEFAULT_PROFILE”:假的, “geo_enabled”: true,“created_at”:“Tue Feb 20 14:35:54 0000 2007”,“profile_sidebar_fill_color”:“F6F6F6”,“show_all_inline_media”:true,“follow_request_sent”:false,“notifications”:false,“friends_count”:754 “profile_sidebar_border_color”: “EEEEEE”, “SCREEN_NAME”: “推特”, “ID_STR”: “783214”, “验证”:真实的, “ID”:783214, “default_profile_image”:假的, “profile_use_background_image”:真” time_zone“:”太平洋时间(美国和加拿大)“},”possible_sensitive“:false,”in_reply_to_screen_name“:null,”created_at“:”Mon Jan 16 04:33:23 0000 2012“,”in_reply_to_user_id_str“:null,”转推 “:假的,” 源 “:” 网络 “ ”ID_STR“: ”158768787494146048“, ”in_reply_to_status_id“:空” id“:158768787494146048,”贡献者“:[22824309],”文字“:”明天晚上在@FoxNews - 这里是关于辩论的关注和推文:http://t.co/p2Yi7pLt“}]

我可以使用python将其转换为csv / xls吗?