infrabot - is an on-premise service which allows you to create your own commandlets to control your infrastructure using a Telegram Bot. Built-in tools will allow to create, configure and manage plugins and application configuration.
- Download and install .NET 6 runtime
- Go to releases page to download the latest release
Get started with infrabot, learn how to configure infrabot for your organization.
- Getting Started
- Create a Telegram Bot
- infrabot configuration
- infrabot plugin system
- infrabot service
To add functionality to infrabot and extend its capabilities, plugin system was implemented. Each plugin determines which command infrabot can execute. One plugin - means one commandlet. See examples to get to know how to create plugins.
- Download and install Visual Studio 2022
- Open project in Visual Studio and build it
You can contribute to infrabot by finding bugs, creating new functionality or writing addons for it.