A C# package that uses the catboys API.
dotnet add package CatboysCS
- img
- baka
- 8ball
- dice
using Catboys;
CatboyImage image = await CatboysAPI.GetImage();
Console.WriteLine($"Got \"{image.URL}\" from \"${image.Artist}\".");
Got "https://cdn.catboys.com/images/image_184.jpg" from "alioathereal".