Skip to content

Instantly share code, notes, and snippets.

@karishmadudani
Created September 4, 2017 16:11
Show Gist options
  • Save karishmadudani/8525abd78d70ab5cadd0e7ae8170d202 to your computer and use it in GitHub Desktop.
Save karishmadudani/8525abd78d70ab5cadd0e7ae8170d202 to your computer and use it in GitHub Desktop.
Twitter Analysis
import tweepy
import json
import pandas as pd
from scipy.misc import imread
from wordcloud import WordCloud, STOPWORDS, ImageColorGenerator
import matplotlib as mpl
import csv
import matplotlib.pyplot as plt
import operator
from textblob import TextBlob
from textblob import Word
from textblob.sentiments import NaiveBayesAnalyzer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment