TelegramBots
Java library to create bots using Telegram Bots API (by rubenlagus)
telegram-bot-ruby
Ruby wrapper for Telegram's Bot API (by atipugin)
TelegramBots | telegram-bot-ruby | |
---|---|---|
2 | 41 | |
5,138 | 1,396 | |
1.0% | 0.1% | |
7.2 | 6.6 | |
24 days ago | 5 months ago | |
Java | Ruby | |
MIT License | Do What The F*ck You Want To Public License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
TelegramBots
Posts with mentions or reviews of TelegramBots.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-10-27.
-
Why did I need okhttp in my programm?
I tried to make a telegram bot with a java framework on top, but the framework wasn't ment to be used in an android app (https://github.com/rubenlagus/TelegramBots/issues/1012), so I was forced to use okhttp and write my own POST/GET requests.
-
From BotFather to 'Hello World'
Unfortunately, it features Java, Maven, and rubenlagus/TelegramBots library.
telegram-bot-ruby
Posts with mentions or reviews of telegram-bot-ruby.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2025-03-17.
-
How to build your Solana sniper bot (4)💰🚀
Telegram Bot API Documentation: https://core.telegram.org/bots/api
-
Telegram Bot Creation Handbook
Done! Congratulations on your new bot. You will find it at t.me/MyAwesomeBot. You can now add a description, about section and profile picture for your bot, see /help for a list of commands. Use this token to access the HTTP API: YOUR_API_TOKEN Keep your token secure and store it safely, it can be used by anyone to control your bot. For a description of the Bot API, see this page: https://core.telegram.org/bots/api
-
Writing a Telegram and Email Notifications Script for Zabbix
Create the script for Telegram bot. Set up your telegram bot here.
-
Deploying Your Telegram Bots on Cloudflare Workers: A Step-by-Step Guide
Telegram Bot API
- PhpGram - A PHP library for interacting with the Telegram Bot API.
-
Show HN: Talk Paper Scissors
Instead of WhatsApp, why not turn this into a Telegram app? Telegram’s APIs are built quite well for this type of thing. You can still do it via voice messages [0] or you can even build what Telegram calls a Mini App [1]. And it’s all very straightforward and free!
[0]: https://core.telegram.org/bots/api#voice
[1]: https://core.telegram.org/bots/webapps
-
I have created an almost perfect Telegram bot client library/framework.
Because the documents are really parsed into data. I have converted almost all of the valid content from the official document page (https://core.telegram.org/bots/api) into JSON format and uploaded it to a separate repository (telegex/api_doc.json). This includes all types, methods, and comments.
-
Help me with 2 problems
From a palette point of view I really like node-red-contrib-telegrambot because it exposes the whole telegram api (https://core.telegram.org/bots/api). Should have you covered for sending and receiving text and voice messages.
-
How can I setup a Portal like this? (with these buttons, where you basically create a click-through portal)
You will need to code a bot that can do something like this. You can use basically any (popular) programming language. Check https://core.telegram.org/bots/api for more info.
- What design pattern should I use to build a telegram chat bot to register users to my platform
What are some alternatives?
When comparing TelegramBots and telegram-bot-ruby you can also consider the following projects:
netty-socketio - Socket.IO server implemented on Java. Realtime java framework
form-data - A module to create readable `"multipart/form-data"` streams. Can be used to submit forms and file uploads to other web applications.
telegrambot-kotlin - Telegram Bot API for Kotlin
telegraf - Modern Telegram Bot Framework for Node.js
Telegram-X - The main repository of Telegram X — official alternative Telegram client for Android.
minuteman-bot