1

How can I utilize the Google Cloud Natural Language API to perform sentiment analysis for text in a Google Sheet?

Is there an integration available or is there a proper way to integrate their REST API?

Kevin Deenanauth
  • 876
  • 8
  • 22

1 Answers1

5

I was able to hack something together using Google Apps Script.

You can make a copy of: https://docs.google.com/spreadsheets/d/1VPOckCelGrjMoF8llnpE6IEM-UybwT6wrYb5BxVERIw/edit?usp=sharing

Be sure to go into the script editor (ToolsScript Editor...) and specify your GOOGLE_CLOUD_API_KEY via Script Properties (FileProject Properties, Script Properties).

Kevin Deenanauth
  • 876
  • 8
  • 22