Skip to content

📒 Script to obtain the tax schedule of the federal revenue in text file

License

Notifications You must be signed in to change notification settings

alpdias/tax-schedule

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Agenda tributária

Script Python para obter a agenda tributária da receita federal (http://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

agenda-tributaria


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 (http://receita.economia.gov.br/acesso-rapido/agenda-tributaria) que não tem nenhuma ligação com esse projeto.


Tax Schedule

Script Python to obtain the tax agenda of the Federal Revenue (http://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

agenda-tributaria


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 (http://receita.economia.gov.br/quick-access/tax-agenda) that has no connection with this project.