Script Python para obter a agenda tributária da receita federal (https://receita.economia.gov.br/acesso-rapido/agenda-tributaria) e gerar um arquivo de texto no modelo csv.
Andamento -> 100%
Python
Codificação: -∗- coding: utf-8 -∗-
pt-BR
Módulos Python
pip install bs4
pip install requests
pip install pyfiglet
Nota:
-
Em sistemas Linux o arquivo é salvo dentro da pasta de trabalho que está rodando o script, e no sistema Windows o arquivo é salvo na área de trabalho da máquina.
-
O intuito desse projeto é totalmente para estudos e aprendizagem, abdicando-se de qualquer responsabilidade quanto ao uso dos dados gerados, a fonte de dados utilizada para a obter os dados é o site (https://receita.economia.gov.br/acesso-rapido/agenda-tributaria) que não tem nenhuma ligação com esse projeto.
Script Python to obtain the tax agenda of the Federal Revenue (https://receita.economia.gov.br/acesso-rapido/agenda-tributaria) and generate a text file in the model csv.
Progress -> 100%
Python
Coding: -∗- coding: utf-8 -∗-
pt-BR
Python modules
pip install bs4
pip install requests
pip install pyfiglet
Note:
-
On Linux systems the file is saved inside the workbook that is running the script, and on the Windows system the file is saved on the Desktop.
-
The purpose of this project is entirely for studies and learning, relinquishing any responsibility for the use of the data generated, the data source used to obtain the data is the website (https://receita.economia.gov.br/quick-access/tax-agenda) that has no connection with this project.