Skip to content

Commit

Permalink
Meu deus cara
Browse files Browse the repository at this point in the history
  • Loading branch information
tamireinhorn committed Sep 22, 2023
1 parent 104fb3b commit dafcdc8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
10 changes: 10 additions & 0 deletions pipelines/datasets/br_denatran_frota/backfill.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# -*- coding: utf-8 -*-
from pipelines.datasets.br_denatran_frota.handlers import crawl, get_desired_file
from pipelines.datasets.br_denatran_frota.constants import constants

months = range(1, 13)
year = 2003
for month in months:
print(month)
crawl(month=month, year=year, temp_dir="DENATRAN_FILES")
get_desired_file(year=year, download_directory=constants.DOWNLOAD_PATH.value)
4 changes: 0 additions & 4 deletions pipelines/datasets/br_denatran_frota/run.py

This file was deleted.

0 comments on commit dafcdc8

Please sign in to comment.