Twitter x OAuth x Python = Tweepy

先說一句,我不喜歡 Twitter 廢除其 API 原有只使用 username/password 的 Basic User Authentication 方法。

因為我覺得 twitter 在宣佈有關功能停用日子之時,不太多 twitter 程序使用 twitter oauth (FAQ)。加上我所使用的 python-twitter 版本並不支援 oauth,一直也找不到任何包含 oauth 的 python-twitter 開發版本 (dev version)。也是說我除了需要改 @weatherhk@tctrack@tropicalhk 的程式之外,也需要另找一個 python lib 取代 python-twitter。(氣!)

Tweepy 與 Twitter OAuth

訴苦完後,讓我進入正題了。

試過不同的 twitter oauth python library,到最後一刻才發現 joshthecoder 寫的 tweepy,而我也可以容易地把 tweepy 在我原來的 python code 上 get it work。


Read the rest of this entry »

Related posts