aloneboy121 / CPDRM-Bot

DRM bot Repo ! ultroid official

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BATCH EXTRACTOR AND DOWNLOADER

Ask Me Anything !

How to Deploy? 🤔. you can deploy over Heroku or your VPS too.

Deploy

COMMANDS

AVAILABLE COMMANDS

/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

forthebadge made-with-python

Deploy

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:

  • Fill vars in your fork in this file as shown in this picture
  • enter all the below commands
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 before python3 -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.

About

DRM bot Repo ! ultroid official

License:GNU General Public License v3.0


Languages

Language:Python 98.7%Language:Dockerfile 1.3%Language:Procfile 0.0%