Python Script Modification for HTML Fetching
Budget: €100 – €250 EUR
READ CAREFULLY!!! IF YOU HAVEN'T READ THE DESCRIPTION, THERE'S NO CHANCE I'LL REPLY TO YOU. IF YOU HAVE READ IT AND THINK YOU CAN HELP, WRITE TO ME!
Hello, I am looking for someone knowledgeable in Python who can help fix an existing script.
Brief description:
Currently, I use JavaScript to collect HTML from a specific page with product information, such as descriptions, photos, specifications, etc.
Script to be fixed:
Previously, the script used Selenium to fetch HTML, download it into a folder, and upload it to my site via an API. It also used Google Translate to translate the content into 4 different languages for buyers. However, the translations were inaccurate, so improvements are needed.
The page from which the HTML is fetched has strong protections, making Selenium difficult to use. It's simpler to prefetch the HTML using JavaScript and load the already available HTML into the main script.
What needs to be done:
Modify the HTML fetching function to load HTML from the available folder.
Update some Python GUI input functions, as entering the URL to fetch HTML will no longer be necessary—remove these features.
Adapt the script to the new HTML layout. Since I now send only filtered HTML with necessary information to save space, adjust the script to match the provided HTML template structure.
Before sending the information via the API to my site, use the available Python Bing Chat (Copilot) script to translate it properly into my desired language. Additionally, populate the "Features" fields based on the category using the available HTML content. The list of fields is in the main script.
Hello, I am looking for someone knowledgeable in Python who can help fix an existing script.
Brief description:
Currently, I use JavaScript to collect HTML from a specific page with product information, such as descriptions, photos, specifications, etc.
Script to be fixed:
Previously, the script used Selenium to fetch HTML, download it into a folder, and upload it to my site via an API. It also used Google Translate to translate the content into 4 different languages for buyers. However, the translations were inaccurate, so improvements are needed.
The page from which the HTML is fetched has strong protections, making Selenium difficult to use. It's simpler to prefetch the HTML using JavaScript and load the already available HTML into the main script.
What needs to be done:
Modify the HTML fetching function to load HTML from the available folder.
Update some Python GUI input functions, as entering the URL to fetch HTML will no longer be necessary—remove these features.
Adapt the script to the new HTML layout. Since I now send only filtered HTML with necessary information to save space, adjust the script to match the provided HTML template structure.
Before sending the information via the API to my site, use the available Python Bing Chat (Copilot) script to translate it properly into my desired language. Additionally, populate the "Features" fields based on the category using the available HTML content. The list of fields is in the main script.