Fact Generator in Python
The script was designed to automatize the manual work of the manager.
The algorithm of the script:
request for new orders on the API;
parsing the server response;
- the ghost of the received data to the specified format;
- Generation of the invoice in accordance with the schedule of the online store;
Save the invoice in xlsx and pdf.
#Python #Python3 #Api
The algorithm of the script:
request for new orders on the API;
parsing the server response;
- the ghost of the received data to the specified format;
- Generation of the invoice in accordance with the schedule of the online store;
Save the invoice in xlsx and pdf.
#Python #Python3 #Api