python微博热点_Python 获取新浪微博的热门话题 (API)
Code:#!/usr/bin/python# -*- coding: utf-8 -*-'''Created on 2014-06-27@author: guaguastd@name: sinaWeiboHotTrend.py'''import jsonfrom sinaWeiboLogin import sinaWeiboLogin# get weibo_api to access sina ...