Framework: N/A
Language: Python
While working on personal side projects, I often find that I need a large amount of content to either provide images for training neural networks or just download album covers for a music review app.
To save myself from countless sleepless nights of finding all the images manually, I created a small Python script that makes use of the Selenium library to grab the source URLs of images from any URL passed to it.
While I had experience with Cypress professionally before hand, I had never worked with Selenium and was pleasantly surprised with how transferrable my Cypress skills were when working with the Selenium library.