8000 GitHub - areza1798/MaTaDoR
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

areza1798/MaTaDoR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Installation

# Let's install the bot.
cd $HOME
git clone https://github.com/MRMahDiRoO/MaTaDoR.git
cd MaTaDoR
chmod +x matador.sh
chmod 777 auto.sh && sed -i -e 's/\r$//' auto.sh
./matador.sh install
./matador.sh 
# Enter a phone number & confirmation code.

One command

To install everything in one command, use:

cd $HOME && git clone https://github.com/MRMahDiRoO/MaTaDoR.git && cd MaTaDoR && chmod +x matador.sh && chmod 777 auto.sh && sed -i -e 's/\r$//' auto.sh && ./matador.sh install && ./matador.sh

launch Bot

killall screen
cd MaTaDoR && screen ./matador.sh

auto launch

killall screen
cd MaTaDoR && screen ./auto.sh

Sudo

Open ./bot/bot.lua and add your ID to the "sudo_users" section in the following format:

    sudo_users = {
    377450049,
    0,
    YourID
  }

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0