Spaces:
Running
on
Zero
Running
on
Zero
Line Image Getter
This Google Apps Script project retrieves image data from LINE and saves it to Google Drive. It also generates a sequence diagram using PlantUML.
Setup
- Create a new Google Apps Script project.
- Create a new folder in Google Drive to store the images and sequence diagrams.
- Replace
YOUR_LINE_API_TOKEN
with your LINE API token. - Replace
YOUR_GOOGLE_DRIVE_FOLDER_ID
with the ID of the folder created in step 2. - Replace
YOUR_PLANTUML_API_KEY
andYOUR_PLANTUML_API_SECRET
with your PlantUML API key and secret.
Usage
- Run the
getLineImageData
function to retrieve the image data from LINE. - Run the
saveImageToDrive
function to save the image data to Google Drive. - Run the
generateSequenceDiagram
function to generate a sequence diagram using PlantUML. - Run the
createFolderTree
function to create a folder tree in Google Drive.
License
This project is licensed under the MIT License.