Richard-Weiss / Bing-Creator-Image-Downloader

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

program expects a .env file for clipboard method #46

Closed Ruffy314 closed 7 months ago

Ruffy314 commented 7 months ago

Following the Readme, it sounds like pasting the cookie and renaming the .env.example file are only used for the api method. While a value for the cookie is not necessary, skipping the renaming step will cause a crash.

Renaming the file to .env fixes it, even without changing the file-contents.

I suggest to either account for a missing ´.env` file, or add the extra step to the clipboard method section of the Readme, to avoid confusion after a fresh install.