kenken999's picture
df
f669ed4
|
raw
history blame
652 Bytes

Google Apps Script Line Image Saver

This project saves images from Line to Google Drive using Google Apps Script.

Requirements

  • Google Apps Script
  • TypeScript
  • Line API
  • Google Drive API

Installation

  1. Create a new Google Apps Script project
  2. Install the required packages using npm install
  3. Set up the Line API and Google Drive API credentials
  4. Deploy the script to Google Apps Script

Usage

  1. Send a POST request to the script with the Line image data
  2. The script will save the image to Google Drive

Testing

  1. Run the tests using npm run test
  2. The tests will verify that the script saves the image correctly