Big Brother Bot B3 is a complete and total server administration package for online games. B3 is designed primarily to keep your server free from the derelicts of online gaming, but offers more, much more. https://github.com/BigBrotherBot/big-brother-bot
Big Brother Bot B3 is a complete and total server administration package for online games. B3 is designed primarily to keep your server free from the derelicts of online gaming, but offers more, much more
No ports are required to run Big Brother Bot. You can assign a random port to the bot.
Name | Tag |
---|---|
ghcr.io/ptero-eggs/yolks:python_2.7 | ghcr.io/ptero-eggs/yolks:python_2.7 |
Name | Description | Environment Variable | Default Value | User Viewable | User Editable |
---|
#!/bin/bash
# Pixel Bot Installation Script
#
# Server Files: /mnt/server
apt update
apt -y install git
cd /mnt/server
echo "Cloning pixel-bot repo"
git clone https://github.com/BigBrotherBot/big-brother-bot.git .
echo "Installing python requirements into folder"
pip install -U --target /mnt/server -r requirements.txt
pip install -U --target /mnt/server paramiko
## install end
echo "-----------------------------------------"
echo "Installation completed..."
echo "-----------------------------------------"