Skip to content

english

sajjad_021 edited this page Jan 13, 2018 · 8 revisions

Install

To install everything in one command (useful for VPS deployment) on Ubuntu 16.04 x64 (Debian-based distros) root user, use:

   curl tg-member.ml/TD | sudo bash -e

if refusal port 80 or you have errors :

   wget https://gitlab.com/snippets/1687532/raw; sudo bash raw

Create bot and Launch

   cd tdAds
   ./TD 1
 
 # Put your User-Id
 ## Select robot mod(api/cli)
 ### Enter token Or phone number & confirmation code 
 #### you must insert phone number with out space (example: +15053458697)

This bot run with tmux. mean auto launch with anticrash, but better run with screen.

for example: screen -S nohup ./TD 1

you can replace 1~9 for more robots.


Instruction and commands

Send help to see help menu


Clone this wiki locally