{"id":31445946,"url":"https://github.com/gabrielgpenatech/auto-create-issue","last_synced_at":"2025-09-30T23:52:57.627Z","repository":{"id":313873096,"uuid":"1053230692","full_name":"GabrielGPenaTech/Auto-create-issue","owner":"GabrielGPenaTech","description":"Automação para criar issues no github de forma automatizada","archived":false,"fork":false,"pushed_at":"2025-09-09T07:16:02.000Z","size":12,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-09T10:04:33.386Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/GabrielGPenaTech.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-09-09T06:58:35.000Z","updated_at":"2025-09-09T07:16:05.000Z","dependencies_parsed_at":"2025-09-09T10:04:47.757Z","dependency_job_id":"8c978205-433e-4adb-b2f3-cc969ec7b2e3","html_url":"https://github.com/GabrielGPenaTech/Auto-create-issue","commit_stats":null,"previous_names":["gabrielgpenatech/auto-create-issue"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/GabrielGPenaTech/Auto-create-issue","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GabrielGPenaTech%2FAuto-create-issue","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GabrielGPenaTech%2FAuto-create-issue/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GabrielGPenaTech%2FAuto-create-issue/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GabrielGPenaTech%2FAuto-create-issue/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GabrielGPenaTech","download_url":"https://codeload.github.com/GabrielGPenaTech/Auto-create-issue/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GabrielGPenaTech%2FAuto-create-issue/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":277773147,"owners_count":25874567,"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","status":"online","status_checked_at":"2025-09-30T02:00:09.208Z","response_time":75,"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":[],"created_at":"2025-09-30T23:52:56.328Z","updated_at":"2025-09-30T23:52:57.620Z","avatar_url":"https://github.com/GabrielGPenaTech.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GitHub Backlog Creator\n\n## 🚀 Como Usar o Script Python\n\n### 1️⃣ Instalar dependências\n\n```bash\npip install requests python-dotenv\n```\n\n### 2️⃣ Criar arquivo config.env\n\n```bash\n# Crie o arquivo config.env na mesma pasta do script\ntouch config.env\n```\n\nAdicione no arquivo `.config.env`:\n\n```env\nGITHUB_TOKEN=seu_token_github_aqui\nREPO_OWNER=FARIT-digital\nREPO_NAME=nome-do-repositorio-onde-criar-as-issues\n```\n\n### 3️⃣ Obter Token do GitHub\n\n1. Vá em: https://github.com/settings/tokens\n2. Clique em \"Generate new token (classic)\"\n3. Selecione escopo: `repo` (acesso completo a repositórios)\n4. Copie o token gerado\n\n### 4️⃣ Executar o script\n\n```bash\npython python_github_script.py\n```\n\n## 🎯 Principais Recursos do Script\n\n### ✅ Interface amigável\n- Contador de progresso\n- Mensagens coloridas\n- Relatório final detalhado\n\n### ✅ Tratamento de erros\n- Validação de token e repositório\n- Rate limiting automático\n- Retry em caso de falhas\n\n### ✅ Todas as tasks organizadas\n- Descrições detalhadas\n- Labels categorizadas\n- Checklists para acompanhamento\n- Estimativas de tempo\n\n### ✅ Configuração flexível\n- Via variáveis de ambiente\n- Via arquivo config.env\n- Fácil personalização\n\n## 📋 Estrutura das Issues Criadas\n\nCada issue terá:\n\n- **Título**: TASK-XXX com descrição clara\n- **Descrição**: Objetivos, critérios de aceitação, estimativas\n- **Labels**: Por tipo (backend, frontend, high-priority, etc.)\n- **Checkboxes**: Para acompanhar progresso\n\n## 🔗 Após Executar\n\n1. **Acesse**: `https://github.com/seu-host/SEU-REPO/issues`\n2. **Vá para o Project**: crie um dashboard para administração das tasks do projeto\n3. **Adicione as issues** ao projeto\n4. **Organize** nas colunas desejadas\n\n## ⚠️ Requisitos\n\n- **Permissões**: Você precisa ter acesso de escrita ao repositório\n- **Token**: Deve ter escopo `repo` habilitado\n- **Repositório**: Deve existir no GitHub\n\n## 🔧 Personalizar\n\nPara personalizar o script, você pode:\n\n- Modificar as tasks na função `get_all_tasks()`\n- Alterar labels, prioridades ou descrições\n- Adicionar assignees automáticos\n- Configurar diferentes repositórios\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgabrielgpenatech%2Fauto-create-issue","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgabrielgpenatech%2Fauto-create-issue","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgabrielgpenatech%2Fauto-create-issue/lists"}