An open API service indexing awesome lists of open source software.

https://github.com/t-starks/telbot

Crea un bot de telegram totalmente funcional con comandos.
https://github.com/t-starks/telbot

telegram telegram-api telegram-bot telegram-bot-api telegram-bots telegram-userbot

Last synced: over 1 year ago
JSON representation

Crea un bot de telegram totalmente funcional con comandos.

Awesome Lists containing this project

README

          

# Bot De Telegram
- Crea un proyecto de Node.js: En VSCode, abre una nueva terminal y crea un nuevo proyecto de Node.js utilizando el siguiente comando: `npm init`
- Para poder interactuar con la API de Telegram, necesitarás instalar el paquete node-telegram-bot-api. Para instalarlo, en la terminal de VSCode, ejecuta el siguiente comando: `npm install node-telegram-bot-api`