Created a sentimental analysis program in python using external lib such as tweepy , TextBlob This code allows you to connect to twitter and analyse the tweets
- Tweepy: (http://www.tweepy.org/)
- TextBlob: (https://textblob.readthedocs.io/en/dev/)
- Sqlite3: (https://docs.python.org/3/library/sqlite3.html)
- CSV:(https://docs.python.org/3/library/csv.html)
Install dependencies usign PIP
Once your are done installing the dependencies ,Run the script via terminal
python twitter_analysis.py
Credits Siraj Raval,Twitter part is done following his videos ,I added functions to analyses and exported it to 'Text' , 'CSV and 'SQL' files based on the users option.