Joey

Results 9 comments of Joey

First off, try this version of the app. I can confirm it works: https://github.com/woodenphone/Derpibooru-dl/files/512491/derpibooru_dl-2016-10-5.zip Second, even though I see you already edited your original post to remove your API key,...

The reason why it doesn't work anymore is because a lot of scripts/applications using the "id_number" attribute in the API got borked when the site dropped that attribute in favor...

@Dalesw2 it runs off python2, and I believe the only requirement is DerPyBooru So download the code, make sure you have Python 2 installed. Run this command once: > pip...

@PlanetKiller I just tried option 3 with the tag "book fort" and it seemed to work fine for me

@Dalesw2 Whoops... I forgot about that part... My bad Derpibooru_dl only requires DerPyBooru, but DerPyBooru has it's own dependancy. > pip install requests THEN > pip install derpybooru

I can try, but I'm not really a phython programmer - I just know enough to make minor changes. And that's completely understandable. All I did to compile it was...

I just tried the release and it failed. Did you have the DerPyBooru module installed when you compiled it? I think overall, it needs: pip install derpybooru pip install mechanize...

This script has always pointed towards the derpibooru.org domain, not derpiboo.ru. And the API works exactly the same across all the site's domain. There hasn't really been any major changes...

Awesome, thank you for fixing and reuploading that @Dalesw2! I don't have a dev VM setup at the moment, so I've not been able to do any coding my self...