さて、私はipythonとtwythonの概念に不慣れで、現在twython 2.5.4に取り組んでおり、次のコードスニペットを提供します
In [101]: search_results = twitter.searchTwitter(q="moon", rpp="50")
次のエラーが表示されます
---------------------------------------------------------------------------
AttributeError Traceback (most recent call last)
/home/vishal/<ipython-input-101-8f8e03087947> in <module>()
----> 1 search_results = twitter.searchTwitter(q="moon", rpp="50")
AttributeError: 'Twython' object has no attribute 'searchTwitter'.
さて、何が問題になるのでしょうか
ありがとう