Skip to content

Python script to automate bill generation process in SAT(Mexico Goverment) webpage.

Notifications You must be signed in to change notification settings

NoriakiMawatari/sat_automation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

auto_generator

Description

Python script to automate bill generation in SAT (Mexico Government) webpage.

Execution:

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

Files folder

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.

About

Python script to automate bill generation process in SAT(Mexico Goverment) webpage.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages