All Projects → goodmind → react-telegram

goodmind / react-telegram

Licence: MIT license
(WIP) A React custom renderer for the Telegram Bot API.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to react-telegram

Java Telegram Bot Tutorial
Java Telegram Bot Tutorial. Feel free to submit issue if you found a mistake.
Stars: ✭ 165 (+1078.57%)
Mutual labels:  telegram-bot-api
telegram-bot-dumper
🔪 Dumper & ripper for Telegram bots by token
Stars: ✭ 82 (+485.71%)
Mutual labels:  telegram-bot-api
ZEGBot
Build your Telegram Bot with Swift! (works on macOS / Ubuntu)
Stars: ✭ 52 (+271.43%)
Mutual labels:  telegram-bot-api
Rastreiobot
Telegram Bot @RastreioBot
Stars: ✭ 196 (+1300%)
Mutual labels:  telegram-bot-api
aiogram-structured
Code your aiogram bot faster, easier & modular.
Stars: ✭ 32 (+128.57%)
Mutual labels:  telegram-bot-api
wptelegram
Integrate your WordPress site perfectly with Telegram with full control.
Stars: ✭ 31 (+121.43%)
Mutual labels:  telegram-bot-api
Teledart
A Dart library interfacing with the latest Telegram Bot API.
Stars: ✭ 142 (+914.29%)
Mutual labels:  telegram-bot-api
wikibot
A 🤖 which provides features from Wikipedia like summary, title searches, location API etc.
Stars: ✭ 25 (+78.57%)
Mutual labels:  telegram-bot-api
python-telegram-bot-seed
Skeleton project for implementing bots in Python using the module python-telegram-bot
Stars: ✭ 25 (+78.57%)
Mutual labels:  telegram-bot-api
nestjs-telegraf
🤖 Powerful Nest module for easy and fast creation Telegram bots
Stars: ✭ 300 (+2042.86%)
Mutual labels:  telegram-bot-api
Fosswebsite
A club management system that handles student details, progress, events, achievements, attendance, status updates, teams and workshop registrations. This is the official [email protected] website
Stars: ✭ 242 (+1628.57%)
Mutual labels:  telegram-bot-api
Telegrammer
Telegram Bot - written with Swift 5.2 / NIO, supports Linux, macOS
Stars: ✭ 248 (+1671.43%)
Mutual labels:  telegram-bot-api
gotgbot
Autogenerated Go wrapper for the telegram API. Inspired by the python-telegram-bot library.
Stars: ✭ 178 (+1171.43%)
Mutual labels:  telegram-bot-api
Haskell Telegram Api
Telegram Bot API for Haskell
Stars: ✭ 184 (+1214.29%)
Mutual labels:  telegram-bot-api
botBasicoGlitch
Bot básico hecho mediante www.glitch.com y con Python3 , el cual irá creciendo conforme hagamos tutoriales/clases/dudas/llamadas en discord. Grupo de Telegram: http://t.me/boterostg
Stars: ✭ 23 (+64.29%)
Mutual labels:  telegram-bot-api
Telegram Bot Sdk
🤖 Telegram Bot API PHP SDK. Lets you build Telegram Bots easily! Supports Laravel out of the box.
Stars: ✭ 2,212 (+15700%)
Mutual labels:  telegram-bot-api
theimagebot
Blog.TheOstrich.Eu.Org
Stars: ✭ 15 (+7.14%)
Mutual labels:  telegram-bot-api
telegram bot
Script ini digunakan untuk mengontrol MikroTik Anda hanya dengan menggunakan sosial media Telegram.
Stars: ✭ 27 (+92.86%)
Mutual labels:  telegram-bot-api
telegram-log
Send a Telegram message when your scripts fire an exception or when they finish their execution.
Stars: ✭ 16 (+14.29%)
Mutual labels:  telegram-bot-api
python-telegram-bot-calendar
Python inline calendar for Telegram bots
Stars: ✭ 71 (+407.14%)
Mutual labels:  telegram-bot-api

react-telegram

A React custom renderer for the Telegram Bot API.

This renderer should currently be considered as experimental, is subject to change and will only work with the React's latest version (15.0.x).

Summary

Installation

You can install react-telegram through npm:

# Be sure to install react>=15.0.0 before
npm install react@latest
npm install react-telegram

Usage

See examples

Contribution

Contributions are obviously welcome.

Be sure to add unit tests if relevant and pass them all before submitting your pull request.

# Installing the dev environment
git clone [email protected]:goodmind/react-telegram.git
cd react-telegram
npm install

# Running the tests
npm test

License

MIT (c) goodmind

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