DOsinga / deep_learning_cookbook

Deep Learning Cookbox
Apache License 2.0
686 stars 335 forks source link

7.3: Adding items to non existing tweets list #49

Closed hpharmsen closed 5 years ago

hpharmsen commented 5 years ago

tweets += list(TokensYielder(70000, twitter.TwitterStream(auth=auth).statuses.sample()))

should be tweets = list(TokensYielder(70000, twitter.TwitterStream(auth=auth).statuses.sample())) i guess?