Skip to content

Commit

Permalink
Update config.js
Browse files Browse the repository at this point in the history
changed the keyword to people
  • Loading branch information
Maryam Ashoori authored Jan 1, 2017
1 parent a962ea5 commit f4ca188
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions recipes/sentiment_analysis/config.js
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit f4ca188

Please sign in to comment.