Derpibooru-dl
Derpibooru-dl copied to clipboard
Add new release
After submitting a PR yesterday to fix an incompatibility with recent changes of Derpibooru, I created a new compiled version of this script for Windows:
https://github.com/JoeyH3/Derpibooru-dl/releases/tag/derpibooru_dl-2016-06-30
I'm not too versed in GitHub, and can't figure out how to request a PR for the release. Could you please copy this to the main repo?
This has been tested and found to be working on Windows 10. Can't really comment on anything else at the moment.
That's pretty cool, I've forgotten how to actually make an executable version. Feel free to take over maintaining the project if you want to, I've mostly lost interest in working on it. I don't feel comfortable uploading an executable file I didn't make myself for security and trust reasons, sorry.
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 "pip install pyinstaller", then ran the "make-exe.bat" script in the source directory
Thanks for the information, compiled it myself and uploaded the result.
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 pip install requests
New build published