Twitter Analysis of MIUUL CEO

This is an image

Business Problem

I got last @mvahitkeskin 184 tweets with twitter.developer api and I analysed all his tweets with NLP method.
I chosen @mvahitkeskin twitter account because he share valuable informations about Data science and he is Co-founder of MIUUL.
I am strongly recommending to follow this account on twitter.

Code

I got all tweet content and split to each words. I filtered all content to delete nonsense words.

After that I used NLP method with wordcloud library and I analyse commonly used words and I ploted them as below.

This is an image

I have also analysed like and retweet count based on month and hour as below.
This is an image

This is an image

GitHub

View Github