pybooru
pybooru copied to clipboard
Pybooru is a Python package to access to the API of Danbooru/Moebooru based sites
Thank you for your work on the development of this very useful code! I have recently encountered an error (it was working fine before, I think that Danbooru changed something...
It seems that in a recent update the way file uploads are handled is changed in Danbooru? There is some support for bulk uploading, and there are some other changes...
## Detailed Description The [Danbooru API docs](https://danbooru.donmai.us/wiki_pages/help%3Aapi) mention that all searches support a common set of parameters. None of these common parameters are supported in api_danbooru.py. I'm specifically interested in...
## Description There were a couple of bugs / typos that have were fixed and optionally allows Gelbooru, e621, and rule34 booru's to be used as well. ## Motivation and...
This PR basically introduces a new way of writing tests. Instead of a single file at the project root, we use pythons `unittest` lib (in this case `unittest2` because we...