1. 首页
  2. 数据库
  3. 其它
  4. Python 获取新浪微博的最新公共微博实例分享

Python 获取新浪微博的最新公共微博实例分享

上传者: 2020-12-31 07:30:56上传 PDF文件 50.75KB 热度 37次
API: statuses/public_timeline 返回最新的200条公共微博,返回结果非完全实时 CODE: #!/usr/bin/python # -*- coding: utf-8 -*- ''' Created on 2014-7-3 @author: guaguastd @name: statuses_public_timeline.py ''' def public_timeline(weibo_api, count): #public_timeline = weibo_api.statuses.public_timeline.get(count=count) pu
下载地址
用户评论