Skip to content
/ Telebot Public template
forked from zeeoneofficial/Telebot

Powerful telegram bot using Telegraf library build with NodeJS.

License

Notifications You must be signed in to change notification settings

fajrushbotz/Telebot

 
 

Repository files navigation

ALPHA BOT

  


INFORMATION

Telebot adalah bot telegram yang memakai library Telegraf. Bot ini hampir sama dengan bot WhatsApp pada umumnya. Namun, bot telegram tidak perlu melakukan scan qr dan pastinya anti banned.

CARA PASANG APIKEY

  1. Pastikan kamu sudah memiliki akun di website Api Zeeoneofc
  2. Di bagian Account Setting salin apikey kamu.
  3. Ganti Your Key di file settings.js dengan apikey kamu.
// Api
global.APIs = {
	alfa: 'https://api.zeeoneofc.my.id',
}

// Apikey
global.APIKeys = {
	'https://api.zeeoneofc.my.id': 'Your Key',
}

Warning: Jangan ganti link https://api.zeeoneofc.my.id karena itu adalah link apikey yang akan digunakan untuk fitur bot ini.


TELEGRAM TOKEN

Untuk menggunakan Telegram Bot API, Pertama kamu harus Membuat Akun Bot Melalui BotFather.

BotFather akan memberikan bot token, seperti ini 123456789:AbCdefGhIJKlmNoPQRsTUVwxyZ.

Jika kamu sudah mendapatkan bot token silahkan ganti bot token pada file settings.

global.BOT_TOKEN = "YOUR_TELEGRAM_BOT_TOKEN" //create bot here https://t.me/BotFather and get the bot token

INSTALLATION

TUTORIAL SOON

THANKS

  • Telegraf & Telegram
  • My God
  • My self
  • And all Support.

About

Powerful telegram bot using Telegraf library build with NodeJS.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • JavaScript 99.7%
  • Other 0.3%