Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 369 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 369 Bytes

Instructions

  1. Create creds.json with the details specified in creds_template.json
  2. 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`