Skip to content

CatBox.NET is a library for interacting with the CatBox.moe website to upload images and create image albums

License

Notifications You must be signed in to change notification settings

ChaseDRedmon/CatBox.NET

Repository files navigation

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>

About

CatBox.NET is a library for interacting with the CatBox.moe website to upload images and create image albums

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages