Skip to content

Instantly share code, notes, and snippets.

@hackerrahul
Created July 1, 2019 18:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hackerrahul/5af57e406883a3d9322841d9a3d5e774 to your computer and use it in GitHub Desktop.
Save hackerrahul/5af57e406883a3d9322841d9a3d5e774 to your computer and use it in GitHub Desktop.
{
"status": 200,
"status_message": "success",
"data": {
"string": "String you have passed",
"state": "Positive/Negative/Neutral",
"scores": {
"neg": 0,
"neu": 0,
"pos": 0,
"compound": 0
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment