【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
相關文章
相關標籤/搜索