Twitter Account Analytics

Definition of Utility Functions

1. Create connection to the Tweepy API

2. Query data to Tweepy API

2.1. Read Twitter account info

2.2. Read the list of tweets from an account

2.3. Calculate own tweet rate

3. Followers Basic Analytics

3.1. List of Followers

3.2. Followers Account Creation

3.3. Followers Location

3.4. Stats of Following & Followers

4. Tweets Basic Analytics

4.1. Length of Tweets

4.2. Stats of Retweets and Favorites

4.3. Tweets Language

4.4. Tweets by Day of Week and by Year

4.5. Tweeting Sources

5. NLP Analytics

5.1. Most mentioned User Accounts

5.2. Most used Hashtags in Tweets

5.3. Most common Words in Tweets

5.4. Most common Words w/o Stopwords

5.5. Most common Bigrams w/o Stopwords

5.6. Tweet WordCloud

6. Sentiment Analysis

Sentiment analysis is done with the TextBlob library. Tweets that were not written in English are previously translated.


« Home