Skip to content

A command line app that integrates google calendar with ChatGPT to query your schedule

Notifications You must be signed in to change notification settings

chikeibezim/buddy-gpt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

buddy-gpt

Buddy-GPT is a mini Node Command Line App built using OpenAI's ChatGPT api. It integrates your google calendar and helps you make queries about your schedule as well as other GPT features.

Here's how it looks:

screen-recorder-wed-feb-15-2023.mp4

Feel free to clone and try it out.

Run npm install when on the project directory after cloning

  • In the google Cloud console, Enable the calendar API. Click here

Next, We Authorize credentials for the desktop app:

  • In the Google Cloud console, go to Menu menu > APIs & Services > Credentials
  • Click Create Credentials > OAuth client ID.
  • Click Application type > Desktop app.
  • In the Name field, type a name for the credential. This name is only shown in the Google Cloud console.
  • Click Create. The OAuth client created screen appears, showing your new Client ID and Client secret.
  • Click OK. The newly created credential appears under OAuth 2.0 Client IDs.
  • Save the downloaded JSON file as credentials.json, and move the file to your working directory.

Run node /src/index.js when on the project directory and test out the command line app.

About

A command line app that integrates google calendar with ChatGPT to query your schedule

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published