Python script to automate bill generation in SAT (Mexico Government) webpage.
Create a virtual environment and then, activate it:
$ python -m venv venv
$ source venv/bin/activate
Install the dependencies,
$ pip install -r requirements.txt
Finally, run the following command:
$ python auto_generator.py
Also .pdf and .txt files contain necessary information that is provided from its specific company. This files on repository are examples to show functionality only.
For more information check out Selenium's documentation.