All Projects → TelegramBots → Telegram.bot.framework

TelegramBots / Telegram.bot.framework

Licence: mit
Simple framework for building Telegram bots

Projects that are alternatives of or similar to Telegram.bot.framework

Telegram Bot Sdk
🤖 Telegram Bot API PHP SDK. Lets you build Telegram Bots easily! Supports Laravel out of the box.
Stars: ✭ 2,212 (+2930.14%)
Mutual labels:  chatbot, telegram-bot, telegram
Telegram.bot
.NET Client for Telegram Bot API
Stars: ✭ 1,964 (+2590.41%)
Mutual labels:  chatbot, telegram-bot, telegram
Expressbot
一个可以帮你订阅、查询快递物流、跟你闲聊Telegram机器人
Stars: ✭ 137 (+87.67%)
Mutual labels:  chatbot, telegram-bot, telegram
Java Telegram Bot Tutorial
Java Telegram Bot Tutorial. Feel free to submit issue if you found a mistake.
Stars: ✭ 165 (+126.03%)
Mutual labels:  chatbot, telegram-bot, telegram
Urban Bot
🤖 The universal chatbot library based on React. Write once, launch Telegram, Facebook, Slack, ... every messenger with chatbots
Stars: ✭ 223 (+205.48%)
Mutual labels:  chatbot, telegram-bot, telegram
Python-BlackJackBot
A Telegram bot written in Python to play the game BlackJack alone or with your friends
Stars: ✭ 48 (-34.25%)
Mutual labels:  telegram, telegram-bot, chatbot
technopsyna
телеграм бот для техноконфы
Stars: ✭ 16 (-78.08%)
Mutual labels:  telegram, telegram-bot, chatbot
Webhook2telegram
🤖 A simple bot to translate JSON HTTP requests into Telegram push messages
Stars: ✭ 357 (+389.04%)
Mutual labels:  chatbot, telegram-bot, telegram
Nikoro
A plugin-based, all-in-one, Telegram Bot written in Node.js
Stars: ✭ 51 (-30.14%)
Mutual labels:  telegram-bot, telegram
Teletor
Telegram Torrents Bot
Stars: ✭ 54 (-26.03%)
Mutual labels:  telegram-bot, telegram
Telegramgroup
Telegram群合集,如果有更多好玩的telegram群,欢迎在 issue 提出或者pull requests
Stars: ✭ 1,073 (+1369.86%)
Mutual labels:  telegram-bot, telegram
Marvin
The paranoid bot (framework)
Stars: ✭ 51 (-30.14%)
Mutual labels:  telegram-bot, telegram
Telegram Bot Ruby
Ruby wrapper for Telegram's Bot API
Stars: ✭ 1,039 (+1323.29%)
Mutual labels:  telegram-bot, telegram
Drone Telegram
Drone plugin for sending Telegram notifications
Stars: ✭ 67 (-8.22%)
Mutual labels:  telegram-bot, telegram
Planetpython telegrambot
Django App Planet Python Telegram Bot
Stars: ✭ 42 (-42.47%)
Mutual labels:  telegram-bot, telegram
Bot Telegram
Exemplo de como criar um BOT para o melhor app de mensagens do mundo: Telegram.
Stars: ✭ 53 (-27.4%)
Mutual labels:  telegram-bot, telegram
Lotterybot
Telegram 群组抽奖机器人
Stars: ✭ 67 (-8.22%)
Mutual labels:  telegram-bot, telegram
Gpt2 Telegram Chatbot
GPT-2 Telegram Chat bot
Stars: ✭ 41 (-43.84%)
Mutual labels:  chatbot, telegram
Telepyth
Telegram notification with IPython magics.
Stars: ✭ 54 (-26.03%)
Mutual labels:  telegram-bot, telegram
University News Notifier
📚 University news notifier
Stars: ✭ 56 (-23.29%)
Mutual labels:  telegram-bot, telegram

Telegram Bot Framework for .NET Core

NuGet Build Status License

Telegram Bot Framework Logo

Simple framework for building Telegram bots 🤖. Ideal for running multiple chat bots inside a single ASP.NET Core app.

See some sample bots in action:

Getting Started

This project targets .NET Standard 1.6 so make sure you have Visual Studio 2017 or .NET Core (v1.1 or above) installed.

Creating a bot with good architecture becomes very simple using this framework. Have a look at the Quick Start wiki to make your fist Echo Bot.

There is much more you can do with your bot. See what's available at wikis.

Framework Features

  • Allows you to have multiple bots running inside one app
  • Able to share code(update handlers) between multiple bots
  • Easy to use with webhooks(specially with Docker deployments)
  • Optimized for making Telegram Games
  • Simplifies many repititive tasks in developing bots

Samples

Don't wanna read wikis? Read C# code of sample projects in samples directory.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].