https://github.com/devgopher/botticelli
Botticelli is an open-source .NET Core framework for building your own universal chatbots integrated with databases, queue brokers, speech engines and AI engines (such as Gpt-j and ChatGPT).
https://github.com/devgopher/botticelli
bot-maker chatbot chatgpt chatgpt-api cross-platform facebook-api messages messenger messenger-api messenger-bot messenger-chatbots messenger-platform telegram-bot telegram-bot-api vk vk-api vk-bot vkontakte
Last synced: 5 months ago
JSON representation
Botticelli is an open-source .NET Core framework for building your own universal chatbots integrated with databases, queue brokers, speech engines and AI engines (such as Gpt-j and ChatGPT).
- Host: GitHub
- URL: https://github.com/devgopher/botticelli
- Owner: devgopher
- License: gpl-3.0
- Created: 2023-01-06T18:30:23.000Z (over 2 years ago)
- Default Branch: develop
- Last Pushed: 2024-10-27T09:07:33.000Z (9 months ago)
- Last Synced: 2024-10-29T20:51:04.885Z (9 months ago)
- Topics: bot-maker, chatbot, chatgpt, chatgpt-api, cross-platform, facebook-api, messages, messenger, messenger-api, messenger-bot, messenger-chatbots, messenger-platform, telegram-bot, telegram-bot-api, vk, vk-api, vk-bot, vkontakte
- Language: C#
- Homepage: http://botticellibots.com
- Size: 53.3 MB
- Stars: 8
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Botticelli
**Botticelli** framework: a chat bot development platform for .NET[](https://github.com/devgopher/botticelli?tab=GPL-3.0-1-ov-file)
[](https://github.com/devgopher/botticelli/releases/tag/0.6)
[](http://botticellibots.com/documentation/)
[](https://botticelli.youtrack.cloud/dashboard)[](http://botticellibots.com/quick-start)
[](https://t.me/botticelli_bots)**There are several reasons to choose Botticelli:**
- cross-platform
- supports a wide range of messengers (Telegram, Facebook, VK)
- extensible (you may add support of any other messenger, that has an open API)
- reliable
- easy to use
- easy to deploy
- easy to manage/administrate bots
- easy to integrate with **databases**
- easy to integrate with **AI** (**ChatGPT**, **YandexGPT**, **DeepSeek**) solutions (Botticelli.AI)
- easy to integrate with **speech synthesizers** (Botticelli.Talks)
- easy to integrate with queue brokers for highload systems (Botticelli.Bus)
- easy to schedule (Botticelli.Scheduler)# Getting Started
## Short summary
**Botticelli** consists of 2 parts:
- Bots
- ServerOn 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.## Making a simple Telegram bot
[See here](https://dev.to/botticellibots/making-a-telegram-bot-with-botticellibots-2jmi)## Application examples
[Air quality info bot](https://t.me/air_quality_info_bot) - this Telegram bot gets an air quality for your location[Air quality info bot sources](https://github.com/devgopher/air_quality_bot) - Air quality bot sources