Derek Santos
Derek Santos
Hello! I have added the ability to download all account uploaded images within the program by using the following command after successfully installing Imgur-To-Folder: imgurToFolder --download-account-images | OR | imgurToFolder...
Hey there @Maveee ! If you installed the program by using `python3 setup.py install` you shouldn't need the `py` in front of `imgurtofolder`. The command to run should look like...
@Maveee Did it start downloading some images before the error or was it instant? I know from the docs that imgur allows up to 12,500 requests per day, then will...
Thank you for letting me know! I know that the Imgur API supports up to 12,500 requests per day so you shouldn't be hitting that barrier unless you have more...
Hello! Before installing the script, did you enter your client id received from imgur within the config.json? The error message says ```"error":"No client id supplied"``` which I'm assuming is from...
@jyhash Hello! 👋 It looks like I wrote the documentation in a confusing way. It was stating that during installation the initial setup would kick up. This was a mistake...
@Popupkiller @Thebest257 Took some time to refactor this repo, and hopefully have fixed above issue 👍 Now using pip for installation for this package, updated readme, and have added minor...