{"id":15009991,"url":"https://github.com/sbilello/zeppelin-handy-helpers","last_synced_at":"2026-03-09T18:31:38.394Z","repository":{"id":57478185,"uuid":"121550167","full_name":"sbilello/zeppelin-handy-helpers","owner":"sbilello","description":"Console helper to check, monitor, stop zeppelin paragraph and receive status notifications via Slack","archived":false,"fork":false,"pushed_at":"2018-02-16T22:47:49.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-12T21:35:35.194Z","etag":null,"topics":["python27","receive-notifications","slack","zeppelin-paragraph"],"latest_commit_sha":null,"homepage":"","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/sbilello.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}},"created_at":"2018-02-14T19:10:14.000Z","updated_at":"2020-09-23T18:07:26.000Z","dependencies_parsed_at":"2022-09-10T04:23:35.268Z","dependency_job_id":null,"html_url":"https://github.com/sbilello/zeppelin-handy-helpers","commit_stats":null,"previous_names":["sbilello/zeppelin-handy-helper"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/sbilello/zeppelin-handy-helpers","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sbilello%2Fzeppelin-handy-helpers","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sbilello%2Fzeppelin-handy-helpers/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sbilello%2Fzeppelin-handy-helpers/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sbilello%2Fzeppelin-handy-helpers/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sbilello","download_url":"https://codeload.github.com/sbilello/zeppelin-handy-helpers/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sbilello%2Fzeppelin-handy-helpers/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30307281,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-09T17:35:44.120Z","status":"ssl_error","status_checked_at":"2026-03-09T17:35:43.707Z","response_time":61,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["python27","receive-notifications","slack","zeppelin-paragraph"],"created_at":"2024-09-24T19:29:24.215Z","updated_at":"2026-03-09T18:31:38.371Z","avatar_url":"https://github.com/sbilello.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# zeppelin-handy-helpers\n\nConsole helper to check, monitor, stop zeppelin paragraph and receive notifications to Slack\n\n[![Build Status](https://travis-ci.org/sbilello/zeppelin-handy-helpers.svg?branch=master)](https://travis-ci.org/sbilello/zeppelin-handy-helpers)\n[![CircleCI](https://circleci.com/gh/sbilello/zeppelin-handy-helpers.svg?style=svg)](https://circleci.com/gh/sbilello/zeppelin-handy-helpers)\n[![PyPI version](https://badge.fury.io/py/zeppelin-handy-helpers.svg)](https://badge.fury.io/py/zeppelin-handy-helpers)\n\n### Disclaimer\n\nThis tool is just a small helper and it is not ready for production yet. It works pretty well for my use cases. Feel free to expand or improve.\n\n### Installation\n\n```\npip install zeppelin-handy-helpers\n```\n\n### Usage\n\n```\nusage: zhh [-h] [--end_point [END_POINT]]\n           [--slack_end_point [SLACK_END_POINT]] [--read] [--check] [--stop]\n           [--monitor]\n\noptional arguments:\n  -h, --help            show this help message and exit\n  --end_point [END_POINT]\n                        Specify Zeppelin API end_point\n  --slack_end_point [SLACK_END_POINT]\n                        Specify Slack Incoming Webhook\n  --read                Show all notebook names and ids\n  --check               Show all running paragraphs\n  --stop                Stop all runnning paragraphs\n  --monitor             Monitor all running paragraphs\n```\n\n\n### Examples\n\n```\n(demo) ➜  zeppelin-handy-helpers git:(master) ✗ zhh --end_point http://localhost/api/notebook --slack_end_point https://hooks.slack.com/services/XXXXX/XXXX/XXXXX --read\n[\n    {\n        \"id\": \"2CFH4E3TG\",\n        \"name\": \"OWL\"\n    },\n    {\n        \"id\": \"2CF34ERK6\",\n        \"name\": \"SparkPi\"\n    },\n    {\n        \"id\": \"2D62499YH\",\n        \"name\": \"DemoNotebook\"\n    }\n]\n\nExecution completed\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsbilello%2Fzeppelin-handy-helpers","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsbilello%2Fzeppelin-handy-helpers","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsbilello%2Fzeppelin-handy-helpers/lists"}