natural-language-understanding-nodejs icon indicating copy to clipboard operation
natural-language-understanding-nodejs copied to clipboard

Cfalone patch 1

Open Yukishohei opened this issue 4 years ago • 2 comments

curl -X POST -u "apikey:{SVJBsCLLsBJYrGEdLVcByoix68RtGYJ9QOe3P3HKkdYU}"
"{https://api.jp-tok.natural-language-understanding.watson.cloud.ibm.com/instances/bc404b15-716f-4f00-9bb6-5790161df904}/v1/analyze?version=2018-11-16"
--header "Content-Type: application/json"
--data '{ "url": "http://newsroom.ibm.com/Guerbet-and-IBM-Watson-Health-Announce-Strategic-Partnership-for-Artificial-Intelligence-in-Medical-Imaging-Liver", "features": { "sentiment": {}, "categories": {}, "concepts": {}, "entities": {}, "keywords": {} } }'

Yukishohei avatar Sep 08 '21 00:09 Yukishohei

service credentials

PERSONALITY_INSIGHTS_URL=https://gateway.watsonplatform.net/personality-insights/api PERSONALITY_INSIGHTS_IAM_APIKEY=SVJBsCLLsBJYrGEdLVcByoix68RtGYJ9QOe3P3HKkdYU

twitter credentials

see https://apps.twitter.com/

TWITTER_CONSUMER_KEY=ibNXXxlERfEyd3k8GhBtHBB2U TWITTER_CONSUMER_SECRET=TbUf3gNQlH5JyXiipx3ssd1id07ARRlGRFfmm92KDPBHBOc2be

Yukishohei avatar Sep 08 '21 00:09 Yukishohei

Hi @Yukishohei - this is a public repo. Please delete and recreate your credentials as they have been publicly exposed.

mediumTaj avatar Sep 08 '21 01:09 mediumTaj