Skip to content

aldo235/Bot-Telegram-Inventory

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example Bot Telegram Using NodeJS

Simple Bot Telegram For Inventory

Build Setup

# install dependencies
npm install

# Put Your Bot Telegram Token
const myBot = new TeleBot({
    token: 'TOKEN BOT',
    usePlugins: ['askUser','namedButtons'],
    pluginConfig: {
        namedButtons: {
            buttons: BUTTONS
        }
    }
});

# Runing the bot
node index.js

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published