CocoBot 1.0 Help

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

  1. Open a command prompt(Windows+R, type `cmd`, and press Enter).

  2. Run the following command to clone the CocoBot repository:

    git clone git@github.com:MrArnaudMichel/Coco-Bot.git

  3. Go to the `Coco-Bot` directory:

    cd Coco-Bot

  4. Copy the `config.example.json` file to `config.json` and edit it to match your configuration and preferences.

    copy config/config.example.json config/config.json

  5. Create a virtual environment

    python -m venv venv

  6. Activate the virtual environment

    .\venv\Scripts\activate

  7. Run 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.

  1. Open a terminal ⌘ Shift T.

  2. Run the following command to clone the CocoBot repository:

    git clone git@github.com:MrArnaudMichel/Coco-Bot.git

  3. Go to the `Coco-Bot` directory:

    cd Coco-Bot

  4. Copy the `config.example.json` file to `config.json` and edit it to match your configuration and preferences.

    cp config/config.example.json config/config.json

  5. Create a virtual environment

    python3 -m venv venv

  6. Activate the virtual environment

    source venv/bin/activate

  7. Run 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.

  1. Open a terminal Ctrl+Alt+T.

  2. Run the following command to clone the CocoBot repository:

    git clone git@github.com:MrArnaudMichel/Coco-Bot.git

  3. Go to the `Coco-Bot` directory:

    cd Coco-Bot

  4. Copy the `config.example.json` file to `config.json` and edit it to match your configuration and preferences.

    cp config/config.example.json config/config.json

  5. Create a virtual environment

    python3 -m venv venv

  6. Activate the virtual environment

    source venv/bin/activate

  7. Run 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.

Last modified: 02 avril 2024