Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 833 Bytes

readme.md

File metadata and controls

23 lines (16 loc) · 833 Bytes

CatBox.NET - A Library for the CatBox.moe website.

CatBox.NET is a library for uploading images to the CatBox.moe website.

Features

  • 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

Getting Started

Head over to our wiki to get started on how to use the library.

Prerequisites

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>