{"id":20668030,"url":"https://github.com/jimmy2027/norby","last_synced_at":"2025-03-10T15:11:44.805Z","repository":{"id":57446675,"uuid":"318573224","full_name":"Jimmy2027/NORBY","owner":"Jimmy2027","description":"Get notified via a telegram bot when your bash command finished","archived":false,"fork":false,"pushed_at":"2022-07-11T14:52:50.000Z","size":55,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-19T04:48:56.621Z","etag":null,"topics":["bot","telegram-bot"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Jimmy2027.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":"2020-12-04T16:28:39.000Z","updated_at":"2022-07-11T14:52:54.000Z","dependencies_parsed_at":"2022-09-05T09:40:37.970Z","dependency_job_id":null,"html_url":"https://github.com/Jimmy2027/NORBY","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jimmy2027%2FNORBY","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jimmy2027%2FNORBY/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jimmy2027%2FNORBY/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jimmy2027%2FNORBY/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Jimmy2027","download_url":"https://codeload.github.com/Jimmy2027/NORBY/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242873754,"owners_count":20199293,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["bot","telegram-bot"],"created_at":"2024-11-16T19:47:21.711Z","updated_at":"2025-03-10T15:11:44.774Z","avatar_url":"https://github.com/Jimmy2027.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build Status](https://travis-ci.com/Jimmy2027/NORBY.svg?branch=main)](https://travis-ci.com/Jimmy2027/NORBY)\n[![Documentation Status](https://readthedocs.org/projects/norby/badge/?version=latest)](https://norby.readthedocs.io/en/latest/?badge=latest)\n\n# NORBY\nGet notified via a telegram bot when your bash command finished via the command line or from any python code.\n\n# Usage\n```console\nuser@host $ norby \"echo hi\"\nexecuting command echo hi\nhi\n\nuser@host $ norby ./broken_workflow.sh\nyour job got killed with: some_error\n```\n````python\nfrom norby import send_msg\nresults = run_very_long_workflow()\nsend_msg(f'Very long workflow finished. The results are: {results}.')\n````\n\n# Installation\n### Via portage:\nThe package is available via the [Chymeric Overlay](https://github.com/TheChymera/overlay):\n```\nemerge norby\n```\n### Via pip:\n```\npip install norby\n```\n# Setup:\n- Install `norby` \n- Create bot in telegram by messaging `BotFather` with `/newbot` to receive the bot ID\n- write `/start` to new bot to start it\n- write something to new bot and go to `https://api.telegram.org/bot\u003ctoken\u003e/getUpdates` to get the chat_id\n- fill token and chat_id in the `norby_config.ini`\n- move the config to `~/.config/norby_config.ini`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjimmy2027%2Fnorby","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjimmy2027%2Fnorby","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjimmy2027%2Fnorby/lists"}