Richard-Weiss / Bing-Creator-Image-Downloader

Downloads all Bing Creator images from a collection
MIT License
39 stars 8 forks source link

OOP refactor #15

Closed Richard-Weiss closed 11 months ago

Richard-Weiss commented 11 months ago

This PR will move different functionality to different classes.
It's not really leveraging OOP, but mainly organizes the functionality so it's found easier.
This PR will also fix some discrepancies in the README and reflect the current state of the program.
Because it would be difficult to extract the collection import at this stage, it also includes the current state of the collection import feature (highly WIP) which isn't actively used yet.