{"id":39397021,"url":"https://github.com/obeone/scripts","last_synced_at":"2026-05-29T01:01:36.953Z","repository":{"id":309453334,"uuid":"996311702","full_name":"obeone/scripts","owner":"obeone","description":"Collection of self-contained Python \u0026 shell utilities — Kubernetes debugging, OpenAI usage reports, Proxmox monitoring, and more.","archived":false,"fork":false,"pushed_at":"2026-04-16T02:15:31.000Z","size":363,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-16T04:22:08.576Z","etag":null,"topics":["cli","devops","kubernetes","openai","proxmox","python","utilities"],"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/obeone.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2025-06-04T19:08:38.000Z","updated_at":"2026-04-16T02:15:27.000Z","dependencies_parsed_at":"2025-08-12T02:27:05.286Z","dependency_job_id":"158c5014-c50f-452f-93db-6262d3571954","html_url":"https://github.com/obeone/scripts","commit_stats":null,"previous_names":["obeone/scripts"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/obeone/scripts","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/obeone%2Fscripts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/obeone%2Fscripts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/obeone%2Fscripts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/obeone%2Fscripts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/obeone","download_url":"https://codeload.github.com/obeone/scripts/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/obeone%2Fscripts/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33632271,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-28T02:00:06.440Z","response_time":99,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["cli","devops","kubernetes","openai","proxmox","python","utilities"],"created_at":"2026-01-18T03:17:14.827Z","updated_at":"2026-05-29T01:01:36.946Z","avatar_url":"https://github.com/obeone.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Python](https://img.shields.io/badge/Python-3.7+-blue?logo=python\u0026logoColor=white)\n![Bash](https://img.shields.io/badge/Bash-scripts-4EAA25?logo=gnu-bash\u0026logoColor=white)\n![License](https://img.shields.io/badge/License-MIT-green)\n![GitHub Stars](https://img.shields.io/github/stars/obeone/scripts?style=flat\u0026logo=github)\n\n# scripts\n\nA monorepo of self-contained Python and shell utilities for Kubernetes debugging, cloud cost inspection, virtualization monitoring, and more.\n\n---\n\n```mermaid\nflowchart TB\n    ROOT[\"obeone/scripts\"]\n\n    ROOT --\u003e KDBG[\"kdbg\\nKubernetes debug containers\"]\n    ROOT --\u003e USAGE[\"openai-usage\\nOpenAI cost inspector\"]\n    ROOT --\u003e DK[\"docker-kubernetes\\nDocker-in-Kubernetes port wrapper\"]\n    ROOT --\u003e PVE[\"proxmox/\"]\n    ROOT --\u003e SS[\"slideshow\\nTkinter image slideshow\"]\n    ROOT --\u003e TRF[\"transfer.sh\\nCLI for transfer.sh\"]\n\n    PVE --\u003e MW[\"migration-watcher\\nLive migration monitor\"]\n    PVE --\u003e RW[\"restore-watcher\\nRestore task dashboard\"]\n```\n\n---\n\n## Projects\n\n| Icon | Project | Lang | Description |\n|------|---------|------|-------------|\n| 🐛 | [**kdbg**](kdbg/README.md) | Python 3.8+ | Interactive CLI to launch privileged debug containers against Kubernetes pods. Wraps `kubectl debug` with fzf selection and PSA management. PyPI: `kdbg` |\n| 📊 | [**openai-usage**](openai-usage/README.md) | Python 3.10+ | Inspect OpenAI API token usage and costs per project/model/key. Color-coded terminal table with live pricing from litellm. PyPI: `openai-usage-report`. Docker available. |\n| 🐳 | [**docker-kubernetes**](docker-kubernetes/README.md) | Bash | Wrapper for `docker` that auto-exposes ports on a Kubernetes service when running Docker-in-Kubernetes (DinD). |\n| 📡 | [**proxmox/migration-watcher**](proxmox/migration-watcher/README.md) | Python 3.7+ | Monitor Proxmox QEMU live migrations with a real-time text-based speed graph. |\n| 🔄 | [**proxmox/restore-watcher**](proxmox/restore-watcher/README.md) | Python 3.8+ | Monitor Proxmox restore tasks with a tqdm-style progress dashboard. |\n| 🖼️ | [**slideshow**](slideshow/README.md) | Python 3.9–3.11 | Tkinter image slideshow with GIF support, shuffle, and brightness control. |\n| 🚀 | [**transfer.sh**](transfer.sh/README.md) | Bash | Feature-rich CLI for transfer.sh: upload, download, delete, encrypt, progress bars. |\n\n---\n\n## Installation\n\n### Python tools — install directly from GitHub with uv (recommended)\n\nNo clone needed:\n\n```bash\nuv tool install 'https://github.com/obeone/scripts.git#subdirectory=\u003cproject\u003e'\n```\n\n| Tool | Command |\n|------|---------|\n| kdbg | `uv tool install 'https://github.com/obeone/scripts.git#subdirectory=kdbg'` |\n| openai-usage | `uv tool install 'https://github.com/obeone/scripts.git#subdirectory=openai-usage'` |\n| pve-migration-watcher | `uv tool install 'https://github.com/obeone/scripts.git#subdirectory=proxmox/migration-watcher'` |\n| pve-restore-watcher | `uv tool install 'https://github.com/obeone/scripts.git#subdirectory=proxmox/restore-watcher'` |\n| slideshow | `uv tool install 'https://github.com/obeone/scripts.git#subdirectory=slideshow'` |\n\n`pipx` works as a drop-in replacement if you prefer it.\n\n### Shell scripts\n\nFor `docker-kubernetes` and `transfer.sh`, clone the repo and follow the instructions in each project's `README.md`.\n\n---\n\n## Development\n\n```bash\ngit clone https://github.com/obeone/scripts.git\ncd scripts/\u003cproject\u003e\nuv venv \u0026\u0026 source .venv/bin/activate\nuv pip install -e .\n```\n\nEach sub-project is fully self-contained with its own `pyproject.toml` and dependencies.\n\n---\n\n## License\n\nMIT — [Grégoire Compagnon (obeone)](https://github.com/obeone)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fobeone%2Fscripts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fobeone%2Fscripts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fobeone%2Fscripts/lists"}