Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 416 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 416 Bytes

Watson Assistant Logger

Extract logs from IBM Watson Assistant Service.

Running locally

  1. Install the dependencies

    yarn install or npm install
    
  2. Run the application

    yarn start or npm start
    
  3. Visit http://localhost:8000/<watson_assistant_workspace_id>/<watson_username>/<watson_password>

    Browser will ask you to download csv file which contains all the logs

Author

Sumit Singh