I am trying to run the Twython examples in the core_examples
folder and I get the same error on all the files.
If I run the file: weekly_trends.py
I get the error:
'Twython' object has no attribute 'weekly_trends.py'.
If I run the file: getCurrentTrends.py
I get the error:
'Twython' object has no attribute 'getCurrentTrends'.
I have tried running the code on my Raspberry Pi and OSX and I get the same error. I assume I am missing a key part of the installation process or the authentication. I have a Twitter App setup and I have the keys and tokens. Do I need to enter these anywhere to get it to work? I got Tweepy working but Twython looks like it may have the ability to add images to tweets.
Any tips would be appreciated.