Skip to content

Commit

Permalink
Reorganiza estrutura de diretórios dos spiders (okfn-brasil#939)
Browse files Browse the repository at this point in the history
Esse PR move todos os arquivos de spiders para diretórios específicos
para cada Estado.
  • Loading branch information
trevineju authored Sep 22, 2023
2 parents 8e90ff1 + 5ab5288 commit f77d7b4
Show file tree
Hide file tree
Showing 527 changed files with 4 additions and 4 deletions.
Empty file.
Empty file.
Empty file.
Empty file.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Empty file.
Empty file.
Empty file.
File renamed without changes.
Empty file.
Empty file.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Empty file.
File renamed without changes.
Empty file.
Empty file.
Empty file.
File renamed without changes.
Empty file.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from gazette.spiders.base import BaseGazetteSpider


class PeRecifeSpider_1(BaseGazetteSpider):
class PeRecifeSpider_2015(BaseGazetteSpider):
"""Recife's (PE) spider for gazettes from 2015 to 2020
This spider is implemented to crawl Recife's `gazette system
Expand All @@ -31,7 +31,7 @@ class PeRecifeSpider_1(BaseGazetteSpider):
- http://200.238.105.211/cadernos/2020/20200616/8-PrefeituradoRecife/PrefeituradoRecife(20200616).pdf
"""

name = "recife_2015"
name = "pe_recife_2015"
TERRITORY_ID = "2611606"

start_date = dt.date(2015, 4, 30)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from gazette.spiders.base import BaseGazetteSpider


class PeRecifeSpider_2(BaseGazetteSpider):
class PeRecifeSpider_2020(BaseGazetteSpider):
"""Raspador para as publicações atuais de Recife (PE)
Este raspador cobre o `sistema de publicações atual de Recife (PE)
Expand All @@ -27,7 +27,7 @@ class PeRecifeSpider_2(BaseGazetteSpider):
- `Ambas publicações <https://dome.recife.pe.gov.br/dome/doDia.php?dataEdicao=2022-01-29>`_
"""

name = "recife_2020"
name = "pe_recife_2020"
TERRITORY_ID = "2611606"

start_date = dt.date(2020, 8, 2)
Expand Down
Empty file.
Empty file.
Empty file.
Empty file.
File renamed without changes.
Empty file.
Empty file.
Empty file.
Empty file.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit f77d7b4

Please sign in to comment.