#Easy installation guide for windows, ubuntu/debian and android

1 messages · Page 1 of 1 (latest)

modest birch
#

Step 1 to 10: https://discord.com/channels/1374700270508052550/1374700271812481029

Windows:

Download windowsAutoRun.bat from https://github.com/whiteout-project/install
Place auto windowsAutoRun.bat in any folder you prefer and run it
Wait until it ask you for your discord bot Token and here you paste the token you saved in step 8
When it says the bot is ready go back to the discord developer portal, click the hamburger menu and go to Installation
Copy the install link, now you can close the discord delvoper portal. Paste the link in your browser.
Last thing to do is to be the first person in your discord server to type /settings and you are the admin

WARNING, when you close the terminal or the computer your bot will go offline. You can minimalize the terminal window without any issues.

#

Ubuntu/debian:

  1. If you have a specific folder you want to install go there otherwise ```bash mkdir wosbot && cd wosbot

  2. sudo apt update && sudo apt upgrade -y

  3. sudo apt install -y python3-full python-is-python3

  4. sudo curl -o install.py https://raw.githubusercontent.com/whiteout-project/install/main/install.py

  5. sudo python3 -m venv venv

  6. source ./venv/bin/activate

  7. python3 install.py and wait for the installation to finish

  8. python3 main.py --autoupdate

  9. Wait until it ask you for your discord bot Token and here you paste the token you saved in step 8

  10. When it says the bot is ready go back to the discord developer portal, click the hamburger menu and go to Installation

  11. Copy the install link, now you can close the discord delvoper portal. Paste the link in your browser.

  12. Last thing to do is to be the first person in your discord server to type /settings and you are the admin

WARNING, if you use ssh to start a session with your vps/ linux machine the bot will go offline when you turn off the session

#

Android:

This android guide is broken and should only used by tinkerers who like to play around with termux

  1. Install termux from the playstore
  2. Copy past the code below into your termux window
pkg install wget -y
wget https://raw.githubusercontent.com/whiteout-project/install/main/installTermux.sh
chmod +x installTermux.sh
bash installTermux.sh ```

### WARNING: If you restart your phone you need to restart the bot manually