ktdprjct / Telebots

Powerful telegram bot using Telegraf library build with NodeJS.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

License:MIT License


Languages

Language:JavaScript 99.7%Language:Nix 0.1%Language:Dockerfile 0.1%Language:Shell 0.1%Language:Procfile 0.0%