{"id":47664354,"url":"https://github.com/mnot/ietf-notebook","last_synced_at":"2026-04-05T01:03:35.358Z","repository":{"id":346491935,"uuid":"1190222133","full_name":"mnot/ietf-notebook","owner":"mnot","description":null,"archived":false,"fork":false,"pushed_at":"2026-03-24T22:23:30.000Z","size":65,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-25T05:44:36.251Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mnot.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-03-24T04:33:23.000Z","updated_at":"2026-03-24T22:23:30.000Z","dependencies_parsed_at":"2026-03-25T06:02:57.360Z","dependency_job_id":null,"html_url":"https://github.com/mnot/ietf-notebook","commit_stats":null,"previous_names":["mnot/ietf-notebook"],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/mnot/ietf-notebook","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mnot%2Fietf-notebook","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mnot%2Fietf-notebook/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mnot%2Fietf-notebook/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mnot%2Fietf-notebook/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mnot","download_url":"https://codeload.github.com/mnot/ietf-notebook/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mnot%2Fietf-notebook/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31305809,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-02T09:48:21.550Z","status":"ssl_error","status_checked_at":"2026-04-02T09:48:19.196Z","response_time":89,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-04-02T11:50:37.881Z","updated_at":"2026-04-02T11:50:38.535Z","avatar_url":"https://github.com/mnot.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ietf-notebook\n\nAutomate gathering of [NotebookLM](https://notebooklm.google.com/)-ready documents for an [IETF](https://www.ietf.org/) Working Group.\n\nThis tool gathers Working Group charters, drafts, meeting minutes, PDF slides, meeting transcripts, mailing list archives, and GitHub issues into a set of clean text files and PDFs suitable for ingestion into NotebookLM.\n\n## Installation\n\n```bash\npipx install ietf-notebook\n```\n\n## Usage\n\n```bash\nietf-notebook [wg_shortname] _OPTIONS_\n```\n\n### Options\n\n- `wg_shortname`: IETF Working Group short name (e.g., `httpbis`).\n- `--destination`: Folder to save files in (default: current directory).\n- `--github`: GitHub org/repo for issues (e.g., `ietf-wg-httpbis/wg-materials`).\n- `--github-label`: Include only GitHub issues with this label (can be specified multiple times).\n- `--exclude-github-label`: Exclude GitHub issues with this label (can be specified multiple times).\n- `--months`: Number of months of mailing list history to fetch (default: all).\n- `--create`: See \"NotebookLM Export\" below.\n- `--force`: Force re-downloading of existing files. By default, the tool skips files that already exist in the destination.\n- `--quiet`: No messages except for errors and the final resource summary.\n- `--verbose`: Detailed progress reporting.\n\n### Default Behavior\n\n- **Charters, Meetings, and Documents**: Existing files are skipped unless `--force` is used.\n- **Mailing List Discovery**: The tool automatically finds the mailing list for the WG from the Datatracker.\n- **IMAP Retrieval**: Mailing list archives are fetched via IMAP from `imap.ietf.org` and cached locally in `~/.cache/ietf-notebook/{wg_name}/imap-cache/`.\n- **GitHub Strategy**: The tool first checks for `archive.json` on the `gh-pages` branch.\n- **Transcripts**: Meeting transcripts are fetched from the `ietf-minutes-data` repository and cached locally in `~/.cache/ietf-notebook/{wg_name}/transcript-cache/`.\n- **GitHub Auth**: To avoid rate limits when fetching from the API, set the `GITHUB_TOKEN` environment variable.\n- **NotebookLM Export**: Use the `--create` flag to automatically create a new notebook in NotebookLM Enterprise and upload all generated archives as sources.\n\n### NotebookLM Export (Enterprise only)\n\nIf you have a Google Workspace Enterprise account with NotebookLM enabled, you can programmatically create a notebook and upload your gathered resources.\n\n```bash\nietf-notebook httpbis --create [MY_PROJECT_ID]\n```\n\n**Requirements:**\n1.  **Google Cloud Project**: You must have a GCP project with the **Discovery Engine API** enabled.\n2.  **OAuth Credentials**: You need an \"OAuth 2.0 Client ID\" (Type: Desktop App) from the [Google Cloud Console](https://console.cloud.google.com/apis/credentials).\n3.  **Client Secrets**: Save the JSON file as `client_secrets.json` in `~/.config/ietf-notebook/` (or specify its path with `--credentials-file`).\n\nThe first time you run this, a browser window will open to authorize the application. Your access permissions will be cached in `~/.config/ietf-notebook/token.json` (or you can specify with `--token-file`).\n\n## Contributing\n\nPull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmnot%2Fietf-notebook","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmnot%2Fietf-notebook","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmnot%2Fietf-notebook/lists"}