Twitter Sentiment Analysis in Go using Google NLP API
As part of my ramp up on Google APIs I wanted to create a project that would allow me some practical exercise in a context of a real application.
TFeel (short for Twitter Feeling) is a simple sentiment analyses over tweeter data for specific Twitter search terms using Google Cloud services:
All GCP services used in this example can be run under the GCP Free Tier plan. More more information see https://cloud.google.com/free/
The Go code, docs, and setup scripts are located in my GitHub repo.