Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 839 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 839 Bytes

Sentimental_Analysis

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

Dependencies

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.