Discord bot that has many features including interacting with google cloud virtual instances.
Guides on how to setup the bot.
- Install Python 3.10
- Navigate to where you want to install the bot and clone the repo
git clone https://github.com/EthanRockss/babelv2.git
- Setup a Python virtual environment
py -m venv babel
- Goto
- Install Python 3.10
sudo apt update && sudo apt upgrade
sudo add-apt-repository ppa:deadsnakes/ppa -y
sudo apt update
sudo apt install python3.10 -y
- Navigate to where you want to install the bot and clone the repo
git clone https://github.com/EthanRockss/babelv2.git
- Setup a Python virtual environment
python3.10 -m venv babel
- Goto
- Activate the virtual environment
source babel/bin/activate
- Navigate to the babelv2 repo folder and install the requirements
pip install -r requirements.txt
- Start the bot with
py main.py
then edit the configuration.json file and start the bot once more