An open API service indexing awesome lists of open source software.

https://github.com/nibukdk/GPT_Google_Sheets_Integration


https://github.com/nibukdk/GPT_Google_Sheets_Integration

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

        

# ChatGpt Integration with Google Sheets Using Apps Script

This is a source code for tutorial on how to integrate ChatGPT with Google Spreadsheets using the GPT API and Google Apps Script. You can read the blog at freecodecamp from [here](https://www.freecodecamp.org/news/create-chat-gpt-formulas-in-google-sheets/).

There's also a youtube tutorial.
[![Watch the video](https://www.freecodecamp.org/news/content/images/size/w2000/2023/07/GPT-IN-SHeets.png)](https://youtu.be/DlcJv97TZhE)

## What can you create with this?

You'll be able to create two custom formulas, GPT_SUMMARY and GPT_SIMPLIFY. You can use GPT_SUMMARY to summarize a large passage or text into a few bullet points for easy reading. And you can use GPT_SIMPLIFY to simplify English into easy-to-read English.

You'll also create menus with access to functions that perform the same tasks as formulas.

By the end of this tutorial, you will understand how to use ChatGPT in Google Sheets with Google Apps Script. You will also be able to modify the formulas and menus to meet your own needs, such as creating CVs, social media posts, or cover letters.