Twitter Sentiment Analysis Twitter personality assessment will tell you about the personality of a twitter
handle user. It implements Django web development,Self designed algorithm for personality assessment and
uses API made by twitter.
Steps- 1.download minor-django.rar and extract it to a directory. 2.open command prompt/terminal and cd to the directory you extracted .rar file. 3.run command "python manage.py runserver" 4.go to the ip address shown in command propmt.
Pre-requisites- 1.Django 1.10 or higher 2.Python 3 3.Pip(for installing the packages) 4.Tweepy api 5.TextBlob api 6.Gingerit package