【Python 爬虫】使用友盟API获取数据

1、需求 天天须要从友盟网站获取若干应用以下信息 python 2、实现-分解 1)获取api秘钥 #获取api秘钥 def authorize(user, pasw): url = 'http://api.umeng.com/authorize' body = {'email': '%s'%(user), 'password': '%s'%(pasw)} response
相关文章
相关标签/搜索