- Create
creds.json
with the details specified increds_template.json
- Run the following commands to setup the environment:
python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
```cmd.exe
python -m venv .venv
.\.venv\Scripts\activate
pip install -r requirements.txt
3. Run the bot using `python -m playlist`