{"id":21676132,"url":"https://github.com/leoviana00/bot-python-manager-docker","last_synced_at":"2026-04-13T21:02:53.301Z","repository":{"id":128273695,"uuid":"458198736","full_name":"leoviana00/bot-python-manager-docker","owner":"leoviana00","description":"Gerenciamento do docker com python através de um bot telegram - Em andamento","archived":false,"fork":false,"pushed_at":"2022-03-21T15:07:57.000Z","size":344,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-20T09:26:09.741Z","etag":null,"topics":["aiogram","docker","python3","telegram"],"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/leoviana00.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}},"created_at":"2022-02-11T13:31:32.000Z","updated_at":"2022-04-05T18:56:09.000Z","dependencies_parsed_at":"2023-03-22T07:02:35.303Z","dependency_job_id":null,"html_url":"https://github.com/leoviana00/bot-python-manager-docker","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/leoviana00/bot-python-manager-docker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoviana00%2Fbot-python-manager-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoviana00%2Fbot-python-manager-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoviana00%2Fbot-python-manager-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoviana00%2Fbot-python-manager-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/leoviana00","download_url":"https://codeload.github.com/leoviana00/bot-python-manager-docker/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoviana00%2Fbot-python-manager-docker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31770726,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-13T20:17:16.280Z","status":"ssl_error","status_checked_at":"2026-04-13T20:17:08.216Z","response_time":93,"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":["aiogram","docker","python3","telegram"],"created_at":"2024-11-25T14:12:20.415Z","updated_at":"2026-04-13T21:02:53.280Z","avatar_url":"https://github.com/leoviana00.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003eBot Telegram\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cimg alt=\"Telegram\" src=\"https://img.shields.io/static/v1?label=Bot\u0026message=Telegram\u0026color=8257E5\u0026labelColor=000000\"  /\u003e\n\n  \u003cimg alt=\"License\" src=\"https://img.shields.io/static/v1?label=license\u0026message=MIT\u0026color=49AA26\u0026labelColor=000000\"\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"#-projeto\"\u003eProjeto\u003c/a\u003e\u0026nbsp;\u0026nbsp;\u0026nbsp;|\u0026nbsp;\u0026nbsp;\u0026nbsp;\n  \u003ca href=\"#-tecnologias\"\u003eTecnologias\u003c/a\u003e\u0026nbsp;\u0026nbsp;\u0026nbsp;|\u0026nbsp;\u0026nbsp;\u0026nbsp;\n  \u003ca href=\"#%EF%B8%8F-ambiente\"\u003eAmbiente\u003c/a\u003e\u0026nbsp;\u0026nbsp;\u0026nbsp;|\u0026nbsp;\u0026nbsp;\u0026nbsp;\n  \u003ca href=\"#-execução\"\u003eExecução\u003c/a\u003e\u0026nbsp;\u0026nbsp;\u0026nbsp;|\u0026nbsp;\u0026nbsp;\u0026nbsp;\n  \u003ca href=\"#-licença\"\u003eLicença\u003c/a\u003e\u0026nbsp;\u0026nbsp;\u0026nbsp;|\u0026nbsp;\u0026nbsp;\u0026nbsp;\n  \u003ca href=\"#-referências\"\u003eReferências\u003c/a\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cimg alt=\"Bot\" src=\"data/python_telegram.jpeg\"\u003e\n\u003c/p\u003e\n\n## 🌱 Projeto\n\n- Construção de um bot para gerenciamento de um ambiente `docker` através do `telegram`.\n\n## ✨ Tecnologias\n\n\n## 🛠️ Ambiente \n1. sudo apt install python3.9-venv\n2. python3 -m venv .env\n3. source .env/bin/activate\n4. deactivate\n\n# Compartilhamento do ambiente\n1. pip freeze \u003e requirements.txt\n2. pip install -r requirements.txt\n\n# Removendo o ambiente\n1. deactivate\n2. rm -r .env\n\n# Containers para teste\n1. docker container run --name web01 -d nginx\n2. docker container run --name web02 -d htpd\n3. docker container run --name -P web03-externo -d nginx\n4. docker container run --name -P web04-externo -d nginx\n\n## 🚀 Execução\n\n- Inicializando o bot\n\u003cp align=\"center\"\u003e\n  \u003cimg alt=\"Bot\" src=\"data/bot_init.png\"\u003e\n\u003c/p\u003e\n\n\u003e\u003e Comandos:\n\n- /start\n\u003cp align=\"center\"\u003e\n  \u003cimg alt=\"Bot\" src=\"data/bot.png\"\u003e\n\u003c/p\u003e\n\n- /help\n\u003cp align=\"center\"\u003e\n  \u003cimg alt=\"Bot\" src=\"data/bot_help.png\"\u003e\n\u003c/p\u003e\n\n\u003e\u003e Opções:\n\n- `Listar containers`\n\u003cp align=\"center\"\u003e\n  \u003cimg alt=\"Bot\" src=\"data/bot_list.png\"\u003e\n\u003c/p\u003e\n\n- `Parar containers`\n\u003cp align=\"center\"\u003e\n  \u003cimg alt=\"Bot\" src=\"data/bot_stop.png\"\u003e\n\u003c/p\u003e\n\n- `Verificar comandos`\n\u003cp align=\"center\"\u003e\n  \u003cimg alt=\"Bot\" src=\"data/bot_commands.png\"\u003e\n\u003c/p\u003e\n\n- `Docker Version`\n\u003cp align=\"center\"\u003e\n  \u003cimg alt=\"Bot\" src=\"data/bot_docker_version.png\"\u003e\n\u003c/p\u003e\n\n\n## 📄 Licença\n\nEsse projeto está sob a licença MIT. Veja o arquivo [LICENSE](LICENSE) para mais detalhes.\n\n## 🙇 Referências\n\n1. https://docs.aiogram.dev/en/latest/\n\n2. https://github.com/aiogram/aiogram\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleoviana00%2Fbot-python-manager-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fleoviana00%2Fbot-python-manager-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleoviana00%2Fbot-python-manager-docker/lists"}