0
Automate Category Search and File Management
Hello to all I'm new to programming and i cant create what i've thought of its very important for me What i need is I want a program that can first copy name of an eBook from a specific local location and Search for it on amazon.com then when page loads it opens the first link and look for the category of the book and create a local folder with same Category name and paste the ebook in the newly created category one by one
1 Antwort
0
Hi interesting idea, you can use python for create the structure, for local steps is simple manage with python and for web environment yo can use selenium. I hope this can help you to context idea.