- Notifications
You must be signed in to change notification settings - Fork1
CatBox.NET is a library for interacting with the CatBox.moe website to upload images and create image albums
License
NotificationsYou must be signed in to change notification settings
ChaseDRedmon/CatBox.NET
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
CatBox.NET - A Library for theCatBox.moe website.
CatBox.NET is a library for uploading images to theCatBox.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 overto 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>