pybooru icon indicating copy to clipboard operation
pybooru copied to clipboard

Pybooru is a Python package to access to the API of Danbooru/Moebooru based sites

Results 14 pybooru issues
Sort by recently updated
recently updated
newest added

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...

bug
platform:danbooru

enhancement
project-management

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...

enhancement
platform:danbooru

## 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...

- [ ] Testing with sankaku channel and sankaku idol

feature

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...