Deploy
Deploy your very own Mega.nz-Bot
Last updated
Deploy your very own Mega.nz-Bot
Last updated
git clone -b nightly https://github.com/Itz-fork/Mega.nz-Botcd Mega.nz-Botpython -m venv .venv
source .venv/bin/activatepip3 install -U -r requirements.txtpython3 -m megadl
# If you get erros such as ModuleNotFoundError, use below command
.venv/bin/python3 -m megadl