Deploy
Deploy your very own Mega.nz-Bot
Heroku
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
Local
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),
Last updated