In this notebook you will discover how to use Twitter for sentiment analysis using python and other libraries.
- create app on Twitter developer's page.
- get api_key and api_secret
- get consumer_key and consumer_secret
- read the official documentation of tweepy
What things you need to do this on your own
python programming knowledge
google colab
- python - Programming Language
- pandas - data analysis tool
- tweepy - accessing the Twitter API
- nltk - to work with human language data
- M.Junaid Fiaz - JD
This project is licensed under the APACHE License - see the LICENSE.md file for details