Skip to content

Latest commit

 

History

History
51 lines (35 loc) · 2.18 KB

README.md

File metadata and controls

51 lines (35 loc) · 2.18 KB

🌟 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