Created
August 18, 2017 14:00
-
-
Save simecek/ac263a371830cafe309d88a5d099b887 to your computer and use it in GitHub Desktop.
Generate wordcloud of followers' descriptions
and I ended up using pil as matplotlib didn't work for me:
wordcloud.to_image()
image.show()
https://gist.github.com/pybites/e78118f606831d2b152dfeee9c527b76
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
cool!
I had to add this switch to not run into twitter API's rate exceeded errors:
api = tweepy.API(auth, wait_on_rate_limit=True)