2

一定期間の古いツイートを集めたい。私は、topsy がそれを行うための Otter API を提供していることを知りました。私は Python で開発しているので、python-otter API http://otterapi.googlecode.com/svn/trunk/を見つけました。ただし、ドキュメントがなく、使用方法がわかりません。ドキュメントがあるかどうかは誰にもわかりません。ところで、プログラムで古いツイートを見つける別の方法はありますか?

ありがとう

4

1 に答える 1

0

The documentation can be found in http://code.google.com/p/otterapi/wiki/Resources

Why not directly make GET requests using urllib2 and the like??

于 2012-11-15T20:12:57.020 に答える