Skip to main content
action_tracker.py

Run the Example

1

Set up your virtual environment

2

Install dependencies

3

Export environment variables

4

Configure the optional output sheet

Set ACTION_ITEMS_SHEET_ID to write action items to a different spreadsheet. When unset, the example writes them to MEETING_NOTES_SHEET_ID.
5

Run the example

Save the code above as action_tracker.py, then run:
Full source: cookbook/91_tools/google/sheets/action_tracker.py