Job description
The task is to write a script in node.js (preferred), php or python, running in a windows environment (10 and 11), that will::
-read a configuration txt file from disk,
-connect to an existing remote MySQL database,
-open web links downloaded from the database in the Chrome browser
-search in the content of the opened page for links that meet the previously set criteria (containing the specified phrase)
-save the found *links* in the database
A precise description of the script's operation and the structure of the database tables is already prepared.