BooruSharp icon indicating copy to clipboard operation
BooruSharp copied to clipboard

A C# library to browse Booru websites (Gelbooru, Konachan, E621...) easily

Results 4 BooruSharp issues
Sort by recently updated
recently updated
newest added

E621 seems not to authorize. I tried with (user_name, api_key) and (user_id, api_key). But for example `cub -rating:safe`, which need authorization to show anything still results in empty results.

bug

Have you considered adding support for [Philomena](https://github.com/ZizzyDizzyMC/philomena)? [derpibooru.org](https://derpibooru.org/) and [ponybooru.org](https://ponybooru.org/) use that for example.

enhancement

Trying to get a post with more than 5 tags... ``` var booru = new BooruSharp.Booru.SankakuComplex(); booru.Auth = new BooruSharp.Booru.BooruAuth("login", "pwHash"); var post = await booru.GetRandomPostAsync(tags).ConfigureAwait(false); ``` And getting this...

bug