/Go-Menu-Morpher

A Google My Business API Client to download and update Google business menus in Golang

Primary LanguageGo

🌟 Go, Menu Morpher! 🌟

img.png

Description

Go, Menu Morpher! is the famous Menu Morpher Python client rewritten in Golang for the Google My Business API.

This tool allows businesses to easily manage and transform their menu data programmatically. No more hassle in finding your account_id, location_id, and reading Google API documentation!

Prerequisites

Before you begin, ensure you have met the following requirements:

NOTE: To use the following hyperlinks, replace {your_project_id_here} with your actual project_id:

serviceName:mybusinessbusinessinformation | version: v1

serviceName:mybusinessaccountmanagement | version: v1

serviceName: mybusiness (aka "Google My Business") | version: v4

Installation

Clone the Repository

Start by cloning the repository to your local machine:

git clone https://github.com/ericdwkim/Go-Menu-Morpher.git
cd Go-Menu-Morpher

Set Environmental Variables

CLIENT_SECRET=YOUR_GOOGLE_MY_BUSINESS_CLIENT_SECRET_HERE
CLIENT_ID=YOUR_GOOGLE_MY_BUSINESS_CLIENT_ID_HERE