{"id":21258122,"url":"https://github.com/art1415926535/service_status_bot_lambda","last_synced_at":"2025-10-19T13:32:27.717Z","repository":{"id":138187881,"uuid":"157736366","full_name":"art1415926535/service_status_bot_lambda","owner":"art1415926535","description":"Check running HTTP services","archived":false,"fork":false,"pushed_at":"2018-11-22T08:57:31.000Z","size":14,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-21T21:33:00.451Z","etag":null,"topics":["bot","lambda-functions","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/art1415926535.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2018-11-15T15:54:19.000Z","updated_at":"2019-01-31T08:50:11.000Z","dependencies_parsed_at":null,"dependency_job_id":"c89fdff3-2cff-450e-a835-2f1161e3d4dc","html_url":"https://github.com/art1415926535/service_status_bot_lambda","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/art1415926535%2Fservice_status_bot_lambda","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/art1415926535%2Fservice_status_bot_lambda/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/art1415926535%2Fservice_status_bot_lambda/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/art1415926535%2Fservice_status_bot_lambda/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/art1415926535","download_url":"https://codeload.github.com/art1415926535/service_status_bot_lambda/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243691397,"owners_count":20331962,"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","lambda-functions","telegram-bot"],"created_at":"2024-11-21T04:07:13.713Z","updated_at":"2025-10-19T13:32:27.632Z","avatar_url":"https://github.com/art1415926535.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Service status bot for AWS Lambda\n\nBot:\n```\n✅✅\n20:00:00 11.11.18\n\n200    https://google.com\n200    https://api.github.com\n```\n\n## Config\nRuntime: Python 3.6\n\nHandler: `main.handler`\n\n### Environment variables\n* `urls` _required_: URLs that the bot will check.\n* `token` _required_: Bot token.\n* `message_id` _required_: Updateable message.\n* `chat_id` _required_: Chat id with message.\n* `timeout`: Request time out.\n* `tz`: Time zone.\n\n#### Example\n\n* `urls`: `https://google.com,https://www.mozilla.org`\n* `token`: `95123483458:AAAz65W9-bghuiacsYUnbghuiMNjkMhuio`\n* `message_id`: `7`\n* `timeout`: `-1000000000000`\n* `timeout`: `10`.\n* `tz`: `Europe/Moscow`\n\n## To create a deployment package\n1. Create a virtual environment.\n    ```bash\n    virtualenv ~/shrink_venv\n    source ~/shrink_venv/bin/activate\n    ```\n\n1. Install libraries in the virtual environment\n    ```bash\n    pip install -r requirements.txt\n    ```\n\n1. Add the contents of lib and lib64 site-packages to your .zip file.\n    ```bash\n    cd $VIRTUAL_ENV/lib/python3.6/site-packages\n    zip -r9 ~/service_status_bot_lambda.zip .\n    ```\n    \n1. Add your python code to the .zip file\n    ```bash\n    cd ~\n    \n    zip -g service_status_bot_lambda.zip main.py\n    zip -g service_status_bot_lambda.zip checker.py\n    ```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fart1415926535%2Fservice_status_bot_lambda","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fart1415926535%2Fservice_status_bot_lambda","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fart1415926535%2Fservice_status_bot_lambda/lists"}