Skip to content

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor-oss authored Nov 4, 2023
1 parent 9e628b8 commit 2ed5d6f
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions scripts/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,10 @@
from handlers.comunicacaoHandler import ComunicacaoHandler
from handlers.pcbioHandler import PCBIOHandler
from handlers.pneHandler import PNEHandler
from handlers.ieaHandler import IeaHandler
from scrappers.excelScrapper import ExcelScrapper
from scrappers.excelScrapperByHref import ExcelScrapperByHref
from scrappers.excelScrapperAnuarioANP import ExcelScrapperAnuarioANP
from scrappers.zipScrapper import ZipScrapper
from scrappers.excelScrapperIEA import ExcelScrapperIEA

if __name__ == '__main__':
year_atual = datetime.now().year
Expand Down Expand Up @@ -140,9 +138,3 @@
break
year -= 1
cont += 1

# url_site = "https://www.iea.org/data-and-statistics/data-product/world-energy-statistics-and-balances"
# scrapperIea = ExcelScrapperIEA(url_site, path_raiz)
# nome_arquivo = scrapperIea.baixa_arquivo()
# ieaHandler = IeaHandler(file=nome_arquivo)
# ieaHandler.formatar_xlsx_IEA()

0 comments on commit 2ed5d6f

Please sign in to comment.