Skip to content
Mikhail edited this page Jan 11, 2021 · 6 revisions

Spire is a complex solution for building Telegram Bots in C#.

General framework features are:

  • Extensibility - Extend your bot functionality by usind Dependency Injection. All services automatically injects into handler and command methods and its declaring type constructors.
  • Modularity - Spire is Reflection-based framework, which gives you an ability to split your project for as many projects as you need. Just don't forget to specify required assemblies on the configuration step.
  • Utilities - Spire isn't only a bot-builder, it's only the part of it. Framework contains many usefull utilities to simplify bots development.

If you have any questions, feel free to ask them in Discussions.