3sky's notes

Minimal blog about IT

Build grammarbot client in Go

2020-03-10 9 min read 3sky
Welcome While working with grammarbot, I decided to create my own command-line tool/client for working with API. As a language, I have chosen Golang. After that, I have added GitHub Action and gsutil. Also, I have configured Telegrams bot for notification purpose. Sounds like fun? For me definitely. So stop writing, and show me your code. Tools used in this episode Go grammarbot.io API GitHub Action GCP Telegram Go Go is an open-source programming language that makes it easy to build simple, reliable, and efficient software. Continue reading