https://github.com/nuhmanpk/telegraf-bot
Simple Telegram bot on Telegraf.js using javascript
https://github.com/nuhmanpk/telegraf-bot
basic-programming bot bot-framework javascript javascript-library js open-source simple-project source telegraf telegraf-bots telegraf-framework telegraf-js telegraf-plugins telegram telegram-bot telegram-bot-api tutorial
Last synced: about 2 months ago
JSON representation
Simple Telegram bot on Telegraf.js using javascript
- Host: GitHub
- URL: https://github.com/nuhmanpk/telegraf-bot
- Owner: nuhmanpk
- License: mit
- Created: 2022-09-08T14:33:35.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T17:15:41.000Z (almost 3 years ago)
- Last Synced: 2025-04-08T23:11:18.374Z (6 months ago)
- Topics: basic-programming, bot, bot-framework, javascript, javascript-library, js, open-source, simple-project, source, telegraf, telegraf-bots, telegraf-framework, telegraf-js, telegraf-plugins, telegram, telegram-bot, telegram-bot-api, tutorial
- Language: JavaScript
- Homepage:
- Size: 3.91 KB
- Stars: 9
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Telegram Bot using [Telegraf.js](https://www.npmjs.com/package/telegraf)
## Here is a small demo from myside about creating Telegram on JavaScript
## Steps to create
### Installation of telegraf
`npm install telegraf`
`yarn add telegraf`
`pnpm add telegraf`
### To run the bot
`node bot.js` or `nodemon bot.js`Hit `ctrl+c` to kill the process
Get to know More on Telegraf.js [Here](https://telegraf.js.org/)
---
For more Tutorials follow me [here](https://github.com/nuhmanpk)