CatBox.NET - A Library for the CatBox.moe website.
CatBox.NET is a library for uploading images to the CatBox.moe website.
- Upload single or multiple images to the website
- Stream image uploads from another from another source
- Upload / backup single or multiple URLs of images hosted on other platforms
- Create and Delete Albums. Add and Remove pictures from albums
Head over to our wiki to get started on how to use the library.
Change your Language Version to C# 11, by adding the following code to your .csproj
file. Make sure the <LangVersion>
tag is added under your <PropertyGroup>
<PropertyGroup>
<LangVersion>11</LangVersion>
</PropertyGroup>