From ceeffbca1e944f795c42c59955cc2341ef5d3c0d Mon Sep 17 00:00:00 2001 From: Igor Evdokimov Date: Sat, 20 Apr 2024 12:00:15 +0300 Subject: [PATCH] Update README.md --- README.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 3ca3bb82..f59adc09 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,8 @@ -# Botticelli +# Summary **Botticelli** framework: a chat bot development platform for .NET [![NuGet](nuget_logo.png)](https://www.nuget.org/profiles/Botticelli) [![Telegram](telegram_logo.png)](https://t.me/botticelli_bots) -[![X](x_logo.png)](https://twitter.com/botticellibots) There are several reasons to choose Botticelli: - cross-platform @@ -20,17 +19,20 @@ There are several reasons to choose Botticelli: # Getting Started -## Short summary +## Short introduction **Botticelli** consists of 2 parts: -- Bots -- Server +- Bots framework +- Server part On server side we can add new bots, change and check their state (active/non-active). On a bot side we can implement any business logic we want. +# Some examples ## Making a simple Telegram bot [See here](https://dev.to/botticellibots/making-a-telegram-bot-with-botticellibots-2jmi) +# Documentation +[See here](http://botticellibots.com/documentation) ## Application examples [Air quality info bot](https://t.me/air_quality_info_bot) - this Telegram bot gets an air quality for your location