exsersewo fc974c7bab Create README.md
Finally added a readme.md
2018-09-24 17:07:57 +01:00
2018-07-12 21:28:50 +01:00
2018-06-05 20:06:07 +01:00
2018-06-05 22:08:43 +01:00
2018-07-03 14:00:03 +01:00
2018-09-24 17:07:57 +01:00

Booru.Net

A C# Wrapper for the Booru Image Boards.

Currently supported Boards are:

  • Safebooru
  • Rule34
  • Realbooru
  • Danbooru
  • Gelbooru
  • Konachan
  • E621
  • Yande.re

How to get started

var BooruClient = new BooruClient();

var posts = await BooruClient.GetGelbooruImagesAsync("aisha_clanclan", "melfina");

if(posts != null)
{
  ...
}

List of Methods in Wrapper:

  • GetGelbooruImagesAsync(string[] tags)
  • GetDanbooruImagesAsync(string[] tags)
  • GetRule34ImagesAsync(string[] tags)
  • GetE621ImagesAsync(string[] tags)
  • GetKonaChanImagesAsync(string[] tags)
  • GetYandereImagesAsync(string[] tags)
  • GetRealBooruImagesAsync(string[] tags)
Description
A C# Wrapper for the Booru Image Boards.
Readme 82 KiB
2020-04-04 01:38:20 +01:00
Languages
C# 100%