-
Notifications
You must be signed in to change notification settings - Fork 0
How to start
Ted Song edited this page Jan 29, 2024
·
1 revision
이 프로젝트 Repository를 아래 명령어를 활용하여 Clone하세요.
git clone https://github.com/kitae0522/Bugs2Spotify.git
이 프로젝트를 실행하기 위해선 스포티파이API 토큰이 필요합니다. 스포티파이 로그인을 한 후, 여기서 아래와 같이 작성 후, Save 버튼을 눌러주세요.
Settings로 들어가, Client ID
와 Client Secret
을 확인해주세요.
config-example.json
파일을 config.json
파일로 이름을 변경하고, 안에 내용을 수정하세요.
{
"client_id": "step2에서 얻어낸 client_id",
"client_secret": "step2에서 얻어낸 client_secret",
"redirect_uri": "step2에서 설정한 redirect_uri"
}
아래 명령어를 입력하여, 프로그램을 시작합니다.
python3 run.py