This blog will show the code with the help of which i've done sentiment analysis and also made an wordcloud after filtration of language. Applicable for all language. In [3]: import tweepy from tweepy import OAuthHandler import os import re In [5]: consumer_key = "--------------------------------" consumer_secret_key = "-------------------------------------" access_token = "-----------------------------------------------------" access_secret = "------------------------------------------" auth = OAuthHandler(consumer_key, … Continue reading Language-filtered-tweet-Analysis
