Skip to content

nazarovsa/Insight.TelegramBot

Repository files navigation

Insight.TelegramBot

Build & test nuget version Nuget

Simple SDK to implement telegram bot infrastructure. It includes tools to work with state in your bot and web extensions to simplify bot implementation at your Startup.cs

Insight.TelegramBot

Includes wrapper over Telegram.Bot and some additional things to simplify usage.

Insight.TelegramBot.Handling

In progress... To fast start check HandlingExtensionsTests...

Insight.TelegramBot.State

nuget version Nuget

Includes abstractions to implement state machine for your bot. You can see working example at tests. StateMachine is abstract class that uses Stateless library to work with state, so you should know a little about how to use it to configure your state machine.

Insight.TelegramBot.Hosting

nuget version Nuget

Hosted bots.

Insight.TelegramBot.Hosting.DependencyInjection

nuget version Nuget

Extensions to simplify bot registration.

Samples

You can explore next samples:

About

Simple SDK to implement telegram bot infrastructure

Resources

License

Stars

Watchers

Forks

Packages

No packages published