Releases: sionsmith/zoom-to-markdown
Releases · sionsmith/zoom-to-markdown
v1.1.0 - Zoom to Markdown
Zoom to Markdown v1.1.0
Archive Zoom AI Companion meeting summaries as Markdown files for Claude Desktop.
What's New
- Renamed to Zoom to Markdown - Cleaner, more descriptive name
- Claude Desktop Integration - Documentation for using with Claude Desktop
- Improved Documentation - Comprehensive README with setup instructions
Quick Start
- uses: sionsmith/zoom-to-markdown@v1
with:
zoom-account-id: ${{ secrets.ZOOM_ACCOUNT_ID }}
zoom-client-id: ${{ secrets.ZOOM_CLIENT_ID }}
zoom-client-secret: ${{ secrets.ZOOM_CLIENT_SECRET }}
zoom-user-id: ${{ secrets.ZOOM_USER_ID }}Required Secrets
ZOOM_ACCOUNT_ID- From Zoom OAuth appZOOM_CLIENT_ID- From Zoom OAuth appZOOM_CLIENT_SECRET- From Zoom OAuth appZOOM_USER_ID- Your Zoom email address
Requirements
- Zoom account with AI Companion enabled
- Zoom Server-to-Server OAuth app with scopes:
meeting_summary:read:adminreport:read:meeting:admin
Full Changelog: v1.0.0...v1.1.0
v1.0.0 - Initial Release 🎉
🎉 First Stable Release!
Zoom Meeting Notes Archiver is now available as a GitHub Action to automatically sync your Zoom AI Companion meeting summaries to a private repository.
✨ Features
- 🤖 AI Companion Integration - Leverages Zoom's AI for high-quality summaries
- ✅ Action Items - Automatically extracts and tracks next steps
- 📝 Markdown Format - Clean, searchable meeting notes
- 📁 Smart Organization - Date-based folders (YYYY/MM/DD/)
- 🔄 Automated Sync - Runs hourly on weekdays (fully customizable)
- 🔒 Secure - All data stays in your private repo
- 📊 State Management - Only syncs new meetings, prevents duplicates
- 📅 Historical Sync - Fetches meetings from last 5 months on first run
🚀 Quick Start
- uses: sionsmith/[email protected]
with:
zoom-account-id: ${{ secrets.ZOOM_ACCOUNT_ID }}
zoom-client-id: ${{ secrets.ZOOM_CLIENT_ID }}
zoom-client-secret: ${{ secrets.ZOOM_CLIENT_SECRET }}
zoom-user-id: ${{ secrets.ZOOM_USER_ID }}See the README for complete setup instructions.
📋 Requirements
- Zoom account with AI Companion enabled
- Zoom Server-to-Server OAuth app
- GitHub repository (private recommended)
🐛 Known Limitations
- Zoom Reports API limits queries to last 6 months
- Only processes meetings with AI Companion summaries
📖 Documentation
💬 Feedback
Found a bug? Have a feature request? Open an issue!
Full Changelog: https://github.com/sionsmith/zoom-meeting-notes/commits/v1.0.0