Requierd OpenAI API key to work
git clone https://github.com/M1chol/atom-assistant
cd atom-assistant
python -m venv .venv
then on Windows
.\.venv\Scripts\activate
pip install -r .\requirements.txt
or on linux and mac do this instead
source .venv/bin/activate
pip install -r requirements.txt
you will need following following things:
- OpenAI api key
- Spotify developer app
from there you will need:
- username
- clientID
- clientSecret
- redirect_url
you can follow first steps of this guide to create app and find those variables
launch assistant.py