Mining Twitter Data in Python using Tweepy

Introduction I will be extracting twitter data using a python library called Tweepy. For a quick tutorial on tweepy read this post. In this post we will learn how to retrieve Twitter credentials for API access, then we will setup a Twitter stream using tweepy to fetch public tweets. After some preprocessing of tweets we … Continue reading Mining Twitter Data in Python using Tweepy