Use google cloud Natural Language API to detect the sentiment of a book recomendation artical return a score and a megnitude of the sentiment for the entire passage Use twitter api to print out all the tweets from a user, and search tweets using keyword
A program that takes anyone's input key word and ouput a sentiment scale of how people in the US feel about the key word. The key word will be input to the search function from the Twitter api. The result from twitter api will be feed into google nlp. The user will know the sentiment of other people in the world on the key word.
1.Need to test if user input a very long string, so long that might break the twitter api. expect twitter not responding, ouput nothing from Google NLP