{"id":32470669,"url":"https://github.com/luabelo/automacao-simplesvet","last_synced_at":"2026-05-17T09:36:05.755Z","repository":{"id":319164885,"uuid":"1077825785","full_name":"luabelo/automacao-simplesvet","owner":"luabelo","description":"Automação de extração de dados SimplesVet.","archived":false,"fork":false,"pushed_at":"2025-10-27T16:58:47.000Z","size":77,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-27T18:35:25.207Z","etag":null,"topics":["automation","python","selenium","wip-do-not-use"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/luabelo.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-10-16T19:48:21.000Z","updated_at":"2025-10-17T19:15:57.000Z","dependencies_parsed_at":"2025-10-18T09:03:23.400Z","dependency_job_id":"68e21ea3-ffd5-40a0-9fc7-9e659ad04bd1","html_url":"https://github.com/luabelo/automacao-simplesvet","commit_stats":null,"previous_names":["luabelo/automacao-simplesvet"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/luabelo/automacao-simplesvet","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luabelo%2Fautomacao-simplesvet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luabelo%2Fautomacao-simplesvet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luabelo%2Fautomacao-simplesvet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luabelo%2Fautomacao-simplesvet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/luabelo","download_url":"https://codeload.github.com/luabelo/automacao-simplesvet/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luabelo%2Fautomacao-simplesvet/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33133785,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-17T09:28:26.183Z","status":"ssl_error","status_checked_at":"2026-05-17T09:27:52.702Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["automation","python","selenium","wip-do-not-use"],"created_at":"2025-10-26T16:19:39.747Z","updated_at":"2026-05-17T09:36:05.750Z","avatar_url":"https://github.com/luabelo.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Automação SimplesVet\n\nAutomação para extração de dados do sistema SimplesVet usando Python e Selenium.\n\nEste sistema automatiza o login no SimplesVet, acessa a agenda e faz download dos relatórios em PDF, convertendo-os para Excel com dados estruturados.\n\n## 🚀 Instalação e Configuração\n\n### 1. Instalar Dependências\n\n```bash\npip install -r requirements.txt\n```\n\n### 2. Configurar Credenciais\n\n⚠️ **IMPORTANTE**: Configure suas credenciais antes de executar o sistema.\n\n1. Copie o arquivo template:\n   ```bash\n   cp config/config.json.template config/config.json\n   ```\n\n2. Edite o arquivo `config/config.json` e substitua:\n   - `SEU_EMAIL_AQUI` pelo seu email do SimplesVet\n   - `SUA_SENHA_AQUI` pela sua senha do SimplesVet\n   - Configure a lista de meses que deseja baixar (formato `YYYYMM`)\n\n**Exemplo:**\n```json\n{\n  \"simplesvet\": {\n    \"credentials\": {\n      \"email\": \"meu.email@gmail.com\",\n      \"password\": \"minha.senha\"\n    },\n    \"months\": [\n      \"202509\",\n      \"202510\",\n      \"202511\"\n    ]\n  }\n}\n```\n\nO sistema irá processar cada mês individualmente.\n\n### 3. Executar\n\n```bash\npython main.py\n```\n\n## 📁 Arquivos Gerados\n\nO sistema gera os seguintes arquivos na pasta `downloads/`:\n\n- **PDF**: Relatório original baixado do SimplesVet\n- **Excel**: Dados estruturados extraídos do PDF com:\n  - Nome da veterinária\n  - Nome do cliente  \n  - Nome do animal\n  - Tipo de atendimento\n  - Data e hora\n  - Status do atendimento\n\nProjeto pessoal para otimizar o trabalho de coordenação na ONG Catland 🐱💗","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fluabelo%2Fautomacao-simplesvet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fluabelo%2Fautomacao-simplesvet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fluabelo%2Fautomacao-simplesvet/lists"}