/start - check whether the bot is alive
/pro - For downloading all app videos such as Physics Wallah, Khan GS, careerwill, E1 Coaching App,
Classplus app and all the other app which is available in you text Files
Deploy on VPS
Easy Method:
- Intall docker-compose
- Fill in the variables in docker-compose.yml file using your favorite text editor or nano
- Start the container
sudo apt install docker-compose -y
nano docker-compose.yml
sudo docker-compose up --build
The hard Way:
sudo apt update
sudo apt install ffmpeg git python3-pip
git clone https://gitHub.com/rishavdevkr/maal
cd maal
pip3 install -r requirements.txt
python3 -m main
- if you want bot to be running in background then enter
screen -S srcb
beforepython3 -m main
- after
python3 -m main
, click ctrl+A, ctrl+D - if you want to stop bot, then enter
screen -r srcb
and click ctrl+A then press K and enter Y.