Deploy
Deploy your very own Mega.nz-Bot
Last updated
Deploy your very own Mega.nz-Bot
Last updated
Fork Mega-Deployer repo -
Copy the link of your forked repo
Go to Redirect-to-Heroku website, enter the copied repo link in input field and click on "Deploy Now!" button. You'll be redirect to Heroku app creation page.
Fill config vars accordingly
Click on "Deploy app" button and wait till the process is finished
Congrats, your bot should be working now 🥳
Tip 💡:
If you're hosting your bot on a linux system with apt
, pacman
or dnf
as the package manager you can use official installer by running the following command,
Clone the repo,
Enter the directory,
Create a new virtual environment
Install python requirements,
Create a .env
file (see example)
Fill config vars with your own values (How to get config values)
Run the Mega.nz-Bot (using same shell session),
Congrats, your bot should be working now 🤗