cloud-platform-insights / autologger

📠 friction log bot
Apache License 2.0
0 stars 0 forks source link


Autologger is a friction log generator tool.

How it works

Workflow

Quickstart

Note: This is an early prototype. It was tested on local MacOS Sonoma, using an external Drive test account.

Requirements

Steps

  1. Clone repo.
  2. cd autologger/src/
  3. python3 -m venv venv
  4. source venv/bin/activate
  5. pip install -r requirements.txt
  6. Download Google Meet recording of a friction log session to /input
  7. Get Google Workspace OAuth client ID credentials by following these instructions. Save to src/credentials.json.
  8. Edit config.ini with your info.
  9. Run python autologger.py.
  10. Get the output Markdown file in the output/ directory. Copy the contents.
  11. Open a new Google Doc.
  12. Click Edit > Paste as Markdown.

Sources