Installation
Prerequisites
Before installing CocoBot, you need to have the following software installed on your computer:
You also need to have a AssemblyAI API key. You can get one by signing up on the AssemblyAI website. After signing up, you will receive an API key that you can use to access the AssemblyAI service.
Install CocoBot
Open a command prompt(Windows+R, type `cmd`, and press Enter).
Run the following command to clone the CocoBot repository:
git clone git@github.com:MrArnaudMichel/Coco-Bot.gitGo to the `Coco-Bot` directory:
cd Coco-BotCopy the `config.example.json` file to `config.json` and edit it to match your configuration and preferences.
copy config/config.example.json config/config.jsonCreate a virtual environment
python -m venv venvActivate the virtual environment
.\venv\Scripts\activateRun the following command to install the required Python packages:
pip install -r requirements.txt
- All the commands
 - git clone git@github.com:MrArnaudMichel/Coco-Bot.git cd Coco-Bot copy config/config.example.json config/config.json python -m venv venv .\venv\Scripts\activate pip install -r requirements.txt
You can copy and paste all the commands at once. Use the Ctrl+Shift+V keyboard shortcut to paste the commands in the command prompt.
 
Open a terminal ⌘ Shift T.
Run the following command to clone the CocoBot repository:
git clone git@github.com:MrArnaudMichel/Coco-Bot.gitGo to the `Coco-Bot` directory:
cd Coco-BotCopy the `config.example.json` file to `config.json` and edit it to match your configuration and preferences.
cp config/config.example.json config/config.jsonCreate a virtual environment
python3 -m venv venvActivate the virtual environment
source venv/bin/activateRun the following command to install the required Python packages:
pip install -r requirements.txt
- All the commands
 - git clone git@github.com:MrArnaudMichel/Coco-Bot.git cd Coco-Bot cp config/config.example.json config/config.json python3 -m venv venv source venv/bin/activate pip install -r requirements.txt
You can copy and paste all the commands at once. Use the ⌘ Shift V keyboard shortcut to paste the commands in the terminal.
 
Open a terminal Ctrl+Alt+T.
Run the following command to clone the CocoBot repository:
git clone git@github.com:MrArnaudMichel/Coco-Bot.gitGo to the `Coco-Bot` directory:
cd Coco-BotCopy the `config.example.json` file to `config.json` and edit it to match your configuration and preferences.
cp config/config.example.json config/config.jsonCreate a virtual environment
python3 -m venv venvActivate the virtual environment
source venv/bin/activateRun the following command to install the required Python packages:
pip install -r requirements.txt
- All the commands
 - git clone git@github.com:MrArnaudMichel/Coco-Bot.git cd Coco-Bot cp config/config.example.json config/config.json python3 -m venv venv source venv/bin/activate pip install -r requirements.txt
You can copy and paste all the commands at once. Use the Ctrl+Shift+V keyboard shortcut to paste the commands in the terminal.