To use the script it's very simple, but there is some pre-requisites. If you're a developer this should be easy, but if you're an accountant read this with attention:
Instructions:
First you'll need Python and Git. It is pre-installed in Linux machines, but you'll need to install it on Windows; To run the script correctly you'll also need to install Chrome Driver and Selenium. To download them, just click the links bellow and follow their instructions.
After that you'll need to open git bash and clone the repo on your device using the command below:
git clone https://github.com/gabes-machado/nf_auto.git
Then just run:
python pip install -r requirements.txt
To install all dependencies, and after that just run the script in the shell using:
python main.py
Enjoy!
Every month brazilian accountants need to apurate tax reports, based on the revenue of their clients. Each client need to send their fiscal receipts by the 15th of each month to their accountants.
More often than not, this dynamic don't occur, and accountants need to get the fiscal receipts themselves, on their local federal treasury website.
The proposed solution, is to create an automation script to catch fiscal receipts of clients based on Distrito Federal, on the Agenci@Net website.
This Software is aimed to all Distrito Federal accountants.