We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 75a34ef + 18848a6 commit f562b86Copy full SHA for f562b86
data_collection/gazette/spiders/rj/rj_itaguai.py
@@ -0,0 +1,11 @@
1
+import datetime as dt
2
+
3
+from gazette.spiders.base.modernizacao import BaseModernizacaoSpider
4
5
6
+class RjItaguaiSpider(BaseModernizacaoSpider):
7
+ name = "rj_itaguai"
8
+ TERRITORY_ID = "3302007"
9
+ allowed_domains = ["portal.transparencia.itaguai.rj.gov.br"]
10
+ start_date = dt.date(2013, 2, 19)
11
+ power = "executive_legislative"
0 commit comments