Why does Tweepy with Python 3 not return any data at all from a stream? – Twitter API
Python 3.5.2, Tweepy 3.5.0, Windows 8.1 I'm following a tutorial made by sentdex that shows how to stream data from Twitter using tweepy. (His tutorial is in Python 2 but it is pretty easy to Python 3-ify it) However, when…