diff --git a/recipes/sentiment_analysis/config.js b/recipes/sentiment_analysis/config.js index 07a9ae44..40f4e773 100755 --- a/recipes/sentiment_analysis/config.js +++ b/recipes/sentiment_analysis/config.js @@ -1,18 +1,18 @@ //You can modify the search keywork to what you like examples are traffic, celebrities, political debates -searchkeyword = "happy"; +searchkeyword = "people"; // Twitter credentials - Update with your Twitter credentials var twittercredentials = {}; -twittercredentials.consumer_key = "xxx-xxx-xxx" ; -twittercredentials.consumer_secret = "xxx-xxx-xxx" ; -twittercredentials.access_token_key = "xxx-xxx-xxx-xxx-xxx-xxx" ; +twittercredentials.consumer_key = "xxxxxx" ; +twittercredentials.consumer_secret = "xxxxxx" ; +twittercredentials.access_token_key = "xxxxxx" ; twittercredentials.access_token_secret = "xxx-xxx-xxx"; // Tone Analyzer Credentials - Update with your Bluemix credentals. var toneanalyzercredentials = {} toneanalyzercredentials.password = 'xxxxxx' ; -toneanalyzercredentials.username = 'xxx-xxx-xxx' ; +toneanalyzercredentials.username = 'xxxxxx' ; toneanalyzercredentials.version = 'v3' ; // Export both credentials