Skip to content

ALealC/blip-sdk-csharp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The BLiP C# SDK is a set of Nuget packages that allow the creation of BLiP chatbots.

NuGet

Requirements

  • .NET Core 2.0 (download the SDK here)

Getting Started

The easiest way to get started is using one of our dotnet templates. To install the templates, run the execute command in the shell:

dotnet new -i "Take.Blip.Client.Templates::*"

After installing the templates, just create a directory for your chatbot and create a new project using a template:

mkdir MyBot
cd MyBot
dotnet new blip-console

There are available the following templates:

  • blip-console - Run as a console application
  • blip-web - Run as a ASP.NET Core application (experimental)

For more details about the BLiP SDK, please refer to our SDK documentation here.

License

Apache 2.0 License

About

The C# SDK for the blip.ai bot platform

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%