navs-svan / Beatport-Spotify

Web scraping of Beatport's DJ Charts and Spotify Audio Features of tracks through Spotify API. Creation of Spotify playlists based on DJ Charts was also created
GNU General Public License v3.0
4 stars 0 forks source link

main.py name of the credentials file is wrong #2

Closed s-wuest closed 5 months ago

s-wuest commented 5 months ago

https://github.com/navs-svan/Beatport-Spotify/blob/main/main.py Line 332 -> credentials_path = os.path.join(os.path.dirname(file), "credentials.json")

should be credential.json (or rename the file)

s-wuest commented 5 months ago

Thanks for this wonderful tool had to install scrapy and now it's working. looking forward to the results

navs-svan commented 5 months ago

Please do mv credential.json credentials.json to rename the file (I didn't want to commit my credentials to github)

s-wuest commented 4 months ago

Ah, that's why. Yes. Did so. Tool is working like a charm 🙌🏼