rockey170 / anonymouschat-telegraf

Simple Anonymous Chat Bot Using Telegraf Module

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Anonymous - Chat

My Instagram

Trakteer

Introduction

  • An ordinary anonymous bot script made in my style using the telegraph module
  • This bot script database uses mongoDB
  • This project is still in Beta, so sorry if there are many errors
  • If you find a bug report to me lindow

Hak Cipta

Project ini memakai Licensi Apache-2.0 Yang dimana penggunanya dapat menggunakan, menyalin, memodifikasi, menggabungkan, menerbitkan, mendistribusikan, dan atau mensublisensikan dengan tanpa menghapus author utama dari source code ini.

Instalasi

  • Download And Install NodeJS Click Here
  • Download And Install Git Click Here
  • Clone This Repo
  • Install All Modules First By Typing npm install.
  • Get Bot Token In BotFather
  • Register An Get Mongo_URI In this site
  • Edit File config/config.json:
{
  "botToken": "", // Bot Token
  "mongo_URI": "", // mongo+srv..
  "ownerUsername": [""] // username telegram
}

Termux Instalisasi

$ termux-setup-storage
$ pkg install nodejs -y
$ pkg install git -y
$ git clone https://github.com/mccnlight/anonymouschat-telegraf
$ cd anonymouschat-telegraf
$ npm install
$ npm start

Run The Script

ketik di terminal node main.js atau npm start

Feature

  • Connect with people random support text message, sticker and other media!
  • Broadcast feature support all type message or media
  • Light library without any heavy database ( mongoDB )
  • All platform supported, also termux.

Join Null Team Group

Click Here

Support Me 🍙

Contributors ✨

nullteam
Null Team
mccnlight
Lindow Amamiya
ehan
Ehanzx

Selamat Mencoba!

About

Simple Anonymous Chat Bot Using Telegraf Module

License:Apache License 2.0


Languages

Language:JavaScript 100.0%