Richard-Weiss / Bing-Creator-Image-Downloader

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

9 image text file #30

Closed Richard-Weiss closed 8 months ago

Richard-Weiss commented 8 months ago

This PR will resolve #9. It's now possible to use a text file to download more than 1000 images. The text file is located in the root of the project and is called images_clipboard.txt.example. Paste your clipboard from the collection page and remove the .example part to use the file. You can switch between using the collection API and the text file in the config.toml. It is located in the path ['image_source']['method']. There has also been some refactoring to allow easier usage of different import methods and to modularize the codebase.