BetterDiscordAutoInstaller
is a script that do the same work as official BetterDiscord installer on applying mod on Discord (PTB, Canary too). It automatically downloads betterdiscord.asar
file from the official BetterDiscord GitHub repo and makes it load.
Currently, BetterDiscordAutoInstaller
is supported for Windows and macOS OSes.
BetterDiscordAutoInstaller
also allows you to add/remove it from autostart, without having to run it manually every time. For MacOS, the user can also choose to bind script to a keyboard shortcut to manually update.
The script will check if it is up to date. You can disable autoupdate by changing the disable_bdai_autoupdate
setting to true
in the settings.json
file (you will still receive a message that a new version has been released).
Clone the repository:
git clone https://github.com/Zwylair/BetterDiscordAutoInstaller
Install the dependencies:
python -m pip install -r requirements.txt
Run the script:
python main.py
To add BetterDiscordAutoInstaller to your startup apps:
python startup_manager.py
You need to go to this README.md
I will be grateful for any contribution and help given to improve the quality of the project :)
(especially about adapting the project to other platforms like linux, etc :3)
There is redundant/repetitive code which is seen both in manual-installer-mac.py and auto-installer-mac.py.
That can be fixed. Just need to make sure to have 2 seperate files to allow for auto, manual install, and auto/manual-mixed functionalities.
Well, just fork it
But please, don't forget to mention original project in your README
This project is under the MIT license.