This is telegram bot to send files in desktop server and store in working directory ...
Features :
- See files of desktop using ls button.
- Download files from desktop using download button.
- Run basic command in desktop from telegram bot using, send to bot like /cmd cmd & enter.
- See content of file using cat button.
-
In Ubuntu / Kali linux :
-
Tested in Ubuntu.
-
Perfectly working.
-
Steps to install :
git clone https://github.com/Kcyb3r/AmazeBOT.git cd AmazeBOT pip3 install -r requirements.txt --break-system-packages-
Then, add your telegram user ID and bot token in terminal_bot.py.
- find your telegram user ID from telegram's bot @userinfobot.
- send ' /start ' to @userinfobot and get your telegram user ID then, paste in python file.
- create a telegram bot from telegram's bot @BotFather.
- send ' /newbot ' to @BotFather, then send your telegram name that you want.
- copy the HTTP API Token and paste in our terminal_bot.py in require place in code.
- also note the link of your telegram bot.
-
Now, edit USERNAME AND DIRECTORY PATH in terminal-bot.service.
- edit only there , where is written #IMP.
-Then, paste below cmd in terminal :
sudo systemctl start terminal-bot.service sudo systemctl status terminal-bot.service -

