QQ微博開放平台的python封裝

來源:互聯網
上載者:User

原文地址:http://darkbull.net/opensource/bdb/python_qq_weibo_sdk/

       玩應用開發,就用python寫了一個QQ微博開放平台的封裝,就一個檔案,包括了文檔中所描述的所有介面,非常簡單。可以在這裡下載:http://code.google.com/p/python-qweibo。簡單的調用例子:

import webbrowserimport qweibo qweibo.init(app_key, app_secret) # 只需初始化一次 # 擷取access tokentoken = qweibo.OAuthToken.get_request_token()webbrowser.open(token.get_authorize_url())verifier = raw_input("Input the verifier: ").strip() token.set_verifier(verifier)  # web應用可以把token儲存在session中以便多次調用介面# 添加微博qweibo.t.add(token, content = u'既然使用python,請不要再用java,c#之流的思想來寫代碼。要知道多敲幾下鍵盤不但花費時間,也增加出錯機會。') 
相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.