feat: endpoint /verify/integrity para verificação de integridade#18
Open
nitaibezerra wants to merge 2 commits intomainfrom
Open
feat: endpoint /verify/integrity para verificação de integridade#18nitaibezerra wants to merge 2 commits intomainfrom
nitaibezerra wants to merge 2 commits intomainfrom
Conversation
- ctir: remover /2025 hardcoded da URL de notícias - sri: simplificar URL para /noticias (era /noticias/mais-noticias/ultimas-noticias) - hfa: remover ?b_start:int=0 duplicado da URL - imprensanacional: desativar (URL retorna 404, site sem página de notícias) Reduz 4 das 12 agências com falha persistente (scraper#13).
…ntegridade de notícias Novo módulo integrity/ com checker.py (verificação de imagens via HEAD e conteúdo via GET condicional) e service.py (orquestração em batch com ThreadPoolExecutor). Endpoint na API recebe lista de artigos e retorna status de imagem e conteúdo para cada um. Ref: data-platform#68
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
integrity/com funções de verificação de imagens (HTTP HEAD) e conteúdo (GET condicional com ETag + SHA-256)POST /verify/integrityque recebe batch de artigos e retorna status por artigoContexto
Quando notícias são editadas nos sites gov.br, imagens podem mudar ou ser removidas, quebrando o portal. Este endpoint é chamado pela DAG
verify_news_integritydo data-platform para verificar periodicamente a integridade.Ref: data-platform#68
Test plan
poetry run uvicorn govbr_scraper.api:app --reload+ curl