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_TOKENwith your LINE API token. - Replace
YOUR_GOOGLE_DRIVE_FOLDER_IDwith the ID of the folder created in step 2. - Replace
YOUR_PLANTUML_API_KEYandYOUR_PLANTUML_API_SECRETwith your PlantUML API key and secret.
Usage
- Run the
getLineImageDatafunction to retrieve the image data from LINE. - Run the
saveImageToDrivefunction to save the image data to Google Drive. - Run the
generateSequenceDiagramfunction to generate a sequence diagram using PlantUML. - Run the
createFolderTreefunction to create a folder tree in Google Drive.
License
This project is licensed under the MIT License.