telegram-bot-ruby
Ruby wrapper for Telegram's Bot API (by atipugin)
node-telegram-bot-api
Telegram Bot API for NodeJS (by yagop)
telegram-bot-ruby | node-telegram-bot-api | |
---|---|---|
41 | 14 | |
1,403 | 8,977 | |
0.5% | 1.7% | |
6.6 | 6.8 | |
7 months ago | about 1 month ago | |
Ruby | JavaScript | |
Do What The F*ck You Want To Public License | MIT 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.
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
node-telegram-bot-api
Posts with mentions or reviews of node-telegram-bot-api.
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)💰🚀
Node.js Telegram Bot Library: https://github.com/yagop/node-telegram-bot-api
- Telegram Bot Creation Handbook
- Building a Scalable Anti-Hate Speech Moderation Bot for Telegram: A Deep Dive
- Build a Bot with ZettaBlock GraphQL API
- Creare un BOT Telegram che posti il titolo degli articoli con il link
-
How to get chat history of Telegram using node-telegram-bot?
Hi, I am developing a telegram chatbot using node-telegram-bot - https://github.com/yagop/node-telegram-bot-api) in Node.js that requires getting the previous messages or chat history of the user and bot.
-
Telegram Bots for Begginers
Of course, it's good to write API requests yourself. It reduces the dependency on third-party libraries and allows you to control the behavior of the code more. But when there are more such methods than twenty, it already increases the size of the code. It becomes difficult to manage all the logic. This is where third-party libraries(frameworks) come to the rescue. After choosing a language, you can consider the options of different libraries from the list here, on the official Telegram page. For JavaScript I recommend using node-telegram-bot-api and telegraf. For Python you can take pyTelegramBotAPI and aiogram(highly recommended).
- “502: Bad Gateway” from UnhandledPromiseRejection
-
Telegraf VS Node-Telegram-Bot-API
We checked if our text is equal to our command and responded with message. It is all main logic from this package, more sendMessage methods or params you can see here. Also we used reply_markup option in which we can use our keyboard, which will be sent with our message. And then we can check if text equal to "en" we will change our language to english and response with message. In addition, if you have a question like can you send message without getting message from user - you can do it. All that you need is to save your user to database like MongoDB with chatId field and use something like express to make CRUD methods to send your message. Here is my example of this 'bot mailer':
-
Telegram bot instead of mobile app and Connect
The Telegram bot API is pretty convenient to setup. Installing node and npm via toltec then https://github.com/yagop/node-telegram-bot-api/ makes it even easier to get a bot running in minutes. The resulting minimal app running on the reMarkable uses less than 1% CPU and 110Mb of RAM. Here the /ls example shows the last modified file by xochtil but other functions could be added to wget a PDF or ePub then add it.
What are some alternatives?
When comparing telegram-bot-ruby and node-telegram-bot-api you can also consider the following projects:
TelegramBots - Java library to create bots using Telegram Bots API
telegraf - Modern Telegram Bot Framework for Node.js
form-data - A module to create readable `"multipart/form-data"` streams. Can be used to submit forms and file uploads to other web applications.
mineflayer - Create Minecraft bots with a powerful, stable, and high level JavaScript API.
minuteman-bot
aiogram - aiogram is a modern and fully asynchronous framework for Telegram Bot API written in Python using asyncio