I would like to start a project with a bot that reads an XML file with products, finds the tag <image></image>
and takes the URL of the image, for example: https://www.example.com/image.jpg
and download it on a folder directly or save the path on a different CSV file.
I would like to make this bot with Python or PHP but every language is acceptable if those programming languages doesn't meet the criteria. The questions that I would like to ask can be found above:
- Is that possible? Download the image directly or save the path on different CSV?
- Which programming language is preferred to use if is that possible?
- If is that possible and you have suggested me a programming language, Do you know any library that could help on my project?
Every help would be appreciated. Thank you so much!