Importing Tweets via Python using Tweepy

If you are trying to do things from the official Python Twitter Tools page, you should use appropriate import directive from twitter import * first. Or read some more about importing modules in python .

Leave a Comment