https://github.com/michaelconan/gsuite-comment-extractor
Template and Google Apps Script to programmatically summarize and respond to comments within a Google File
https://github.com/michaelconan/gsuite-comment-extractor
appsscript
Last synced: about 2 months ago
JSON representation
Template and Google Apps Script to programmatically summarize and respond to comments within a Google File
- Host: GitHub
- URL: https://github.com/michaelconan/gsuite-comment-extractor
- Owner: michaelconan
- Created: 2023-08-22T19:32:43.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-12T14:43:45.000Z (4 months ago)
- Last Synced: 2025-02-03T12:17:43.049Z (4 months ago)
- Topics: appsscript
- Language: JavaScript
- Homepage:
- Size: 129 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gsuite-comment-extractor
Template and Google Apps Script to programmatically summarize and respond to comments within a Google File
## Instructions:
1. Make a copy of the Google Sheet in your own Drive (or setup as shown)
2. Add link to the relevant Google file(s) (Document, Spreadsheet, Slides, or any other!)
3. Select whether to include deleted comments
### Summarize Comments
4. Select 'Get Comments' from the Comments Menu on the toolbar above
### Respond to Comments
5. Populate the 'response' column with your comment replies, AND/OR
6. Populate the 'action' column indicated your desired action
7. Select 'Respond' from the Comments Menu on the toolbar above
## Steps Script will Take:
### Summarize Comments
1. Get list of all comments in the Google File
2. Clear old data from spreadsheet
3. Summarize relevant information for each comment
4. Update table formatting
### Respond to Comments
1. Checks if a response was provided for each comment
2. If response was provided, add reply to relevant comment