Skip to content
This repository was archived by the owner on Mar 7, 2025. It is now read-only.

envyjs/rebooter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 

Repository files navigation

Envy Rebooter

This project has been abandoned. I can't work on it alone.

Envy Rebooter is a open source reverse engineering project in Python to replicate Restarter v3, a popular Discord bot.

How to self host Envy Rebooter

You will need Python 3.8 or later to use Envy Rebooter. Download Python here.

Once you have Python installed, you will need to install discord.py. You can do it by running the following:

pip install -U discord.py

Keep in mind that you will need superuser priveleges to run pip so put sudo/doas or whatever your favorite privelege esculator is to run pip.

Now run the following to clone the latest version of our repo:

git clone https://github.com/envyjs/rebooter.git && cd rebooter

Once that is done, open main.py in your favorite text editor and go to the bottom. You should see the following:

bot.run('token')

Replace token inside bot.run('token') with your actual Discord bot token.

Now you should be able to start it. Start Envy Rebooter with the following command:

python3 main.py

and a message like this should show up:

Starting Envy Rebooter

Shall this message be shown and no errors occur, you are now self-hosting Envy Rebooter!

About

Open source reverse engineering of Restarter v3

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages