Skip to content

πŸƒ An API wrapper for AlexFlipnote's web API.

License

Notifications You must be signed in to change notification settings

thunderstorm010/AlexFlipnote.NET

Β 
Β 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

53 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸƒ AlexFlipnote.NET

An API wrapper for AlexFlipnote's web API.

Installation

https://www.nuget.org/packages/AlexFlipnote.NET/

Example

Example command using Discord.NET and AlexFlipnote.NET.

[Command("captcha"), Summary("Create your custom captcha.")]
public async Task Captcha([Remainder]string MyText)
{
    // Invoke the Captcha method.
    // All endpoints can be accessed from the AlexEndpoint class.
    var stream = AlexEndpoint.Captcha(MyText); 

    await Context.Channel.SendFileAsync(stream, "image.png");
}

AlexFlipnote's API

https://api.alexflipnote.dev/

Discord

Me: VAC Efron#0001

My server: https://discord.gg/xJ2HRxZ

AlexFlipnote: https://discord.gg/AlexFlipnote

About

πŸƒ An API wrapper for AlexFlipnote's web API.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 100.0%