Well i am new to ipython and twython concepts and currently working on twython 2.5.4 now when i give the following code snippet
In [101]: search_results = twitter.searchTwitter(q="moon", rpp="50")
it gives me the following error
---------------------------------------------------------------------------
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'.
Well what can be the problem
Thanks