Skip to content

pixiedust/pixiedust_conversation_analyzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pixiedust_conversation_analyzer

Watson Conversation Analyzer

Create a credentials.json file in the root directory of your clone of the project repository by copying the sample credentials.json.example file using the following command:

    cp credentials.json.example credentials.json
{
  "cloudant":{
    "username": "insert username here",
    "password": "insert password here",
    "url": "insert url"
  },
  "conversation":{
    "username": "insert username here",
    "password": "insert password here"
  }
}

Releases

No releases published

Packages

No packages published