Skip to content

BryanRfly/TelegramBot-NodeJS

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Telegram Bot

Installation

Platform

For Windows Install Additional Material Below. For Termux, just clone this repo and install it like the example below

Cloning this repo

> git clone https://github.com/BryanRfly/TelegramBot-NodeJS
> cd TelegramBot-NodeJS

Install the package

> npm i
> npm i insta-fetcher
> npm i performance-now 
> npm i moment-timezone

Edit config file

Edit the required value in config.json. You can get the apikey at LoL Human Rest API. And get bot token at @BotFather.

{ 
    "usernameOwner": "BryanRfly", //ganti dengan username telegram owner!
    "apikey": "", //ganti dengan apikey lol-human mu!
    "xkey": "", //ganti dengan apikey xteam mu!
    "bot_token": "", //ganti dengan token bot mu!
    "owner": "LoL Human", //ganti dengan nama owner bot!
    "ownerLink": "https://t.me/LoLHumen", //ganti dengan link telegram mu!
    "version": "1.0.0", //terserah lu elite mau lu ubah apa gak
    "prefix": "/" //terserah lu elite mau lu ubah apa gak,
    "IdO": "73647463846" //ganti dengan id telegrammu!, untuk mendapatkan id tele mu gunakan bot mu /getid
}

Run the bot

> npm start

project

Note:

  • You can request a case in my WhatsApp.

Thanks To

About

A simple Telegram Bot build with Node JS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%