K
K
kokazhaev2018-06-14 09:04:53
Node.js
kokazhaev, 2018-06-14 09:04:53

How to make a telegram bot with node js?

Guys need to do this, when you press start, it should ask for a name, after entering it, save it to the database (well, like registration), how can I implement this, do you have any articles on this topic. please leave links

Answer the question

In order to leave comments, you need to log in

2 answer(s)
R
RuGrof, 2018-06-14
@RuGrof

The official website recommends the following:
Telegraf. Full Telegram Bot API support, including games and inline mode.
https://github.com/telegraf/telegraf
Telebot. Easy way to write Telegram bots.
https://github.com/kosmodrey/telebot
Botgram. Microframework to build Telegram bots.
https://github.com/jmendeth/node-botgram
Telegram-node-bot. A node.js module.
https://github.com/naltox/telegram-node-bot
Node-Telegram-bot. A node.js module.
https://github.com/yagop/node-telegram-bot-api
Slimbot. A fuss-free, thin wrapper around Telegram Bot API for Node.js. No frills.
https://github.com/edisonchee/slimbot

A
Alexey Bykhun, 2018-06-16
@caffeinum

If you want not to use the framework, but to do it yourself from scratch, here is an example of my project with a bot:
github.com/caffeinum/is-it-cat
Here are a few basic functions
https://github.com/caffeinum/is-it-cat /blob/master...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question