I have a web database, which every day at work I have to go and download manually, then save it in a folder on the company's network.
There are 4 files and my question is simple: how can I automate this task? It seems simple but doing this every day is a real pain... In my company, we have restrictions on using some python libraries, such as pyautogui etc...
So I would need a simple suggestion, which I'll try to learn how to do. Thanks :)
Pyautogui, python libraries
Something like this should do it. Of course, you need to customize the code for your specific use case.