- This program analyses the tweets based on the keyword we provide during input.
- To run the program, create an app on Twitter API platform and enter the Access Token, key and secret keys in place of 'XXXXXXXXXX' written in the program.
- The program outputs percentage of Positive tweets and percentage of negative tweets.
- It also writes the positive tweets in 'pos.txt' file and the negative ones in 'neg.txt'.