Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/devgopher/botticelli
Botticelli is an open-source .NET Core framework for building your own universal bots integrated with databases, queue brokers, speech engines and AI engines (such as Gpt-j and ChatGPT).
https://github.com/devgopher/botticelli
bot bot-framework bot-maker bots chatgpt cross-platform deepseek deepseek-chat messages messenger messenger-api messenger-bot messenger-chatbots messenger-platform telegram vk vkontakte wechat yagpt yandex-gpt
Last synced: 2 months ago
JSON representation
Botticelli is an open-source .NET Core framework for building your own universal bots 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 (almost 2 years ago)
- Default Branch: develop
- Last Pushed: 2024-04-12T21:33:42.000Z (8 months ago)
- Last Synced: 2024-04-14T06:46:17.758Z (8 months ago)
- Topics: bot, bot-framework, bot-maker, bots, chatgpt, cross-platform, deepseek, deepseek-chat, messages, messenger, messenger-api, messenger-bot, messenger-chatbots, messenger-platform, telegram, vk, vkontakte, wechat, yagpt, yandex-gpt
- Language: C#
- Homepage: http://botticellibots.com
- Size: 52.7 MB
- Stars: 9
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Botticelli
**Botticelli** framework: a chat bot development platform for .NET[![License](https://img.shields.io/badge/GPL-license-orange)](https://github.com/devgopher/botticelli?tab=GPL-3.0-1-ov-file)
[![Release](https://img.shields.io/badge/Release-0.4-orange)](https://github.com/devgopher/botticelli/releases/tag/0.4)
[![Documentations](https://img.shields.io/badge/Documentations-docs-orange.svg?style=flat-square)](http://botticellibots.com/documentation/)
[![Youtrack Dashboard](https://img.shields.io/badge/Youtrack-dashboard-orange.svg?style=flat-square)]([http://botticellibots.com/documentation/](https://botticelli.youtrack.cloud/dashboard))[![Quickstart](https://img.shields.io/badge/Quickstart-docs-orange)](http://botticellibots.com/quick-start)
[![Telegram](https://img.shields.io/badge/Telegram-channel-orange)](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 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