node-telegram-bot-api
Telegram Bot API for NodeJS (by yagop)
nodejs.dev
A redesign of Nodejs.org built using Gatsby.js with React.js, TypeScript, and Remark. (by nodejs)
node-telegram-bot-api | nodejs.dev | |
---|---|---|
14 | 34 | |
8,678 | 2,251 | |
0.9% | - | |
6.4 | 9.2 | |
7 months ago | about 2 years ago | |
JavaScript | TypeScript | |
MIT 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.
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.
nodejs.dev
Posts with mentions or reviews of nodejs.dev.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-12-26.
- How to test DEV API ?
-
When can you declare yourself a Full-stack Dev?
For example, I suppose that to be a self-proclaimed full-stack developer in JavaScript, you have to know at least one front-end framework (like Vue, React, Angular, Svelte, Astro etc...), know the basics of the backend and its specificities, especially Node.js and all its aspects, know one or more frameworks (I think of Express.js or Fastify), know how to create an API and databases, and know the principle of MVC in order to set up a good architecture.
-
My Hacktoberfest Experience For The Third Time: 2022 Edition
nodejs.dev: Nodejs.org website Added a simple GitHub action to sync auto-generated docs daily, and added prettier formatting for .yml files
- What happened to the node.js official website's learn section?
-
Looking for courses to learn Nodejs beginner to advanced
the Tutorial at nodejs.dev explains how node works and how it's different from other JS environments. They also have a version of the API docs which I find has better formatting than the one at nodejs.com
-
Node.js Nedir?
https://nodejs.dev/
-
Node.js.dev is applying text-transform: capitalize to all its code examples
I think this has been fixed here https://github.com/nodejs/nodejs.dev/pull/2713/files
Probably just pending release
-
Has someone messed up the Node site by applying text-transform: capitalize; to all the code examples?
I believe https://nodejs.dev/ is a third party site not officially related to the Node.js project.
-
How to Set up Amazon S3 Upload Provider Plugin for Your Strapi App
Strapi is the leading open-source headless Content Management System (CMS). It is 100% Javascript, based on Node.js, and used to build RESTful APIs and GraphQL.
-
Implement Google OAuth in NestJS using Passport
NestJS is a Node.js framework for building server-side applications. NestJS supports typescript out of the box. On the other hand, Passport is an authentication middleware for Node.js that supports over 500 authentication strategies, e.g., username and password, google, Facebook, etc.
What are some alternatives?
When comparing node-telegram-bot-api and nodejs.dev you can also consider the following projects:
telegraf - Modern Telegram Bot Framework for Node.js
node - Node.js JavaScript runtime β¨π’πβ¨
aiogram - aiogram is a modern and fully asynchronous framework for Telegram Bot API written in Python using asyncio
reaflow - π― React library for building workflow editors, flow charts and diagrams. Maintained by @goodcodeus.
mineflayer - Create Minecraft bots with a powerful, stable, and high level JavaScript API.
rippled - Decentralized cryptocurrency blockchain daemon implementing the XRP Ledger protocol in C++