Skip to content

darkdeathoriginal/Darkbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Darkbot

A simple Telegram User/Bot built using Gramjs.

Features

  • Can run both user and bot accounts
  • External plugin support
  • External Bot support

Run Locally

Clone the project

  git clone https://github.com/darkdeathoriginal/Darkbot

Go to the project directory

  cd Darkbot

Install dependencies

  npm install

Setup Environment Variables

API_ID

API_HASH

BOT_TOKEN

DATABASE_URL (Postgress/optional)

Setup account

  node .

Start BOT

  npm start

Usage/Examples

Type .list to get list of all user command.

.install <gist-url> can install external plugins,

For external bot run /addbot in your bot . Sample bot

Releases

No releases published

Packages

No packages published