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

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

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)