I have a question,
How can I download a file from the web, which always has a different name when it is deposited?
Let's say that every Monday the file is loaded as File__America_Empresa_dd-mm-hh-mm-ss.xlsx so it can be said that the file is going to be different because the name changes in the part where it depends on the day and time. I have little experience with Python
Can you do something that only looks for part of the file name (in this case I want to find the part that does not change) that I need to download?
Thanks