Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/RxTelegram/RxTelegram.Bot
RxTelegram is a C# implementation for the telegram bot api. It uses a reactive approach to make updates available for the user.
https://github.com/RxTelegram/RxTelegram.Bot
bot bot-framework chatbot chatbot-telegram reactivex telegram telegram-bot telegram-bot-api
Last synced: about 15 hours ago
JSON representation
RxTelegram is a C# implementation for the telegram bot api. It uses a reactive approach to make updates available for the user.
- Host: GitHub
- URL: https://github.com/RxTelegram/RxTelegram.Bot
- Owner: RxTelegram
- License: mit
- Created: 2020-03-21T21:23:10.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-09-07T10:26:19.000Z (2 months ago)
- Last Synced: 2024-09-07T11:38:54.380Z (2 months ago)
- Topics: bot, bot-framework, chatbot, chatbot-telegram, reactivex, telegram, telegram-bot, telegram-bot-api
- Language: C#
- Homepage: https://www.rxtelegram.io/
- Size: 864 KB
- Stars: 34
- Watchers: 4
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-telegram - RxTelegram.Bot
- awesome-telegram - RxTelegram.Bot
README
# RxTelegram.Bot
[![NuGet](http://img.shields.io/nuget/v/RxTelegram.Bot.svg)](https://www.nuget.org/packages/RxTelegram.Bot)
[![Downloads](https://img.shields.io/nuget/dt/RxTelegram.Bot.svg)](https://www.nuget.org/packages/RxTelegram.Bot)
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=RxTelegram_RxTelegram.Bot&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=RxTelegram_RxTelegram.Bot)
[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=RxTelegram_RxTelegram.Bot&metric=coverage)](https://sonarcloud.io/summary/new_code?id=RxTelegram_RxTelegram.Bot)RxTelegram.Bot supports Telegram Bot API 7.10 (as at September 6, 2024).
This is a reactive designed .NET Library for the Telegram Bot API. It works with the official [Reactive Extentions](https://github.com/dotnet/reactive).
## Examples
Example bot implementations can be found at [RxTelegram.Bot.Examples](https://github.com/RxTelegram/RxTelegram.Bot.Examples).## Changelog
To see all the changes in a release, please visit the official [changelog](https://core.telegram.org/bots/api-changelog).## Versioning
Major and minor versions always follow the telegram bot API versioning. Patch version changes indicate a bug fix in RxTelegram.Bot.For example, version 7.0.3 is compatible with Telegram Bot API 7.0 and is the third patch of RxTelegram.Bot.