This is a sentiment analysis tool that I deveoped as a tutorial project for my Youtube Channel Coders Life
In this Project, I worked on three different functionalities:
- Developing a hardcoded tool using core python only.
- Used NLTK for natural language processing.
- Twitter hashtag sentiment analysis for a date range.
I haven't used any Machine Learning or Data Science Algorithm, to make it easy for understanding and help you learn in depth working of python.
git clone https://github.com/anayjoshi1608/Sentiment_Analyzer.git
Instead of official twitter api, I have used GetOldTweets3 library for easy access.