forked from adi-panda/Kuebiko
-
Notifications
You must be signed in to change notification settings - Fork 2
Setting up google.json
SoftDiamond edited this page Nov 4, 2023
·
1 revision
The Google Cloud API is what allows the bot to "talk" its responses out loud.
- Navigate to https://cloud.google.com/?authuser=1&hl=en
- Search for Text To Speech in the search bar, and under Marketplace, click Cloud Text-to-Speech API.
- Once enabled, click Service Accounts under IAM & Admin (Which may be under More Products on the menu on the left).
- If required, create a new project or enter the project you want to use.
- Go to Manage Keys in the Action "hamburger" menu.
- On the Keys page that you clicked on, create a new key. It will ask for a file type, select JSON and hit create.
- Name it (case-sensitive) google.json and place it in the root folder of your project.