Spaces:
Running
on
Zero
Running
on
Zero
File size: 954 Bytes
a746d34 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 |
# 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
1. Create a new Google Apps Script project.
2. Create a new folder in Google Drive to store the images and sequence diagrams.
3. Replace `YOUR_LINE_API_TOKEN` with your LINE API token.
4. Replace `YOUR_GOOGLE_DRIVE_FOLDER_ID` with the ID of the folder created in step 2.
5. Replace `YOUR_PLANTUML_API_KEY` and `YOUR_PLANTUML_API_SECRET` with your PlantUML API key and secret.
## Usage
1. Run the `getLineImageData` function to retrieve the image data from LINE.
2. Run the `saveImageToDrive` function to save the image data to Google Drive.
3. Run the `generateSequenceDiagram` function to generate a sequence diagram using PlantUML.
4. Run the `createFolderTree` function to create a folder tree in Google Drive.
## License
This project is licensed under the MIT License. |