The current manual process is as follows:
You need to go to the browser and open a special link;
You need to choose your login from the drop-down list;
Select the folder with the files and the files themselves that will be downloaded;
Further, for each window, forms for filling appear, for example: the first file is called
Автор - Книга.doc, under this name there are two forms for filling: "Author:"; "Book";Hands are copied "Author" in the form to fill out; hands are copied "Book" in the form to fill in - so for each individual downloadable file;
After all the forms with "Authors" and "Books" are filled in, the "Load" button is pressed;
According to the download results, the "Download Complete" window appears: "Author - Book" .... and this information should be copied, for example, into an Excel file.
Question: Is it possible to write a program that automates this process - so that it fills out forms according to a standardized title (between the author and the book, there can always be a space, a hyphen, a space); to copy and enter information into an Excel file; to transfer downloaded files from one folder to another.
From programming skills VBA excel only. I also want to understand what exactly and in what programming languages should be studied in order to be able to make such a program. Preferably in Python. And I would be very grateful for the answers to how to solve successive pieces of this satisfied big task and where you can read the answers so that these pieces work: how to fill out forms in the browser using the file name “Author - Book.doc” on these forms? How to choose a login from the list? and etc.