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.
- Host: GitHub
- URL: https://github.com/t-starks/telbot
- Owner: t-starks
- Created: 2023-05-04T03:22:48.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-04T04:22:03.000Z (about 3 years ago)
- Last Synced: 2024-11-09T13:08:33.209Z (over 1 year ago)
- Topics: telegram, telegram-api, telegram-bot, telegram-bot-api, telegram-bots, telegram-userbot
- Language: JavaScript
- Homepage:
- Size: 1.95 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`