Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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).

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
- Server

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.

## 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