-
Notifications
You must be signed in to change notification settings - Fork 0
Home
LakesCorp edited this page Oct 3, 2023
·
10 revisions
Welcome to the ArtistCollabMap wiki.
Here you'll find detailed guides on how to install, set up, and use the application.
- Ensure you have Python 3 installed on your machine.
- Clone this repository.
- Install the dependencies with
pip install -r requirements.txt. - Set up your API keys in the
.envfile. - Run
app.pyto start the application.
Before you can use the application, it's essential to set up the required API keys to interact with Spotify. You can do this in the .env file.
On the following page you will find a guide on how to get Spotify credentials. Obtaining Spotify API Credentials
- Access the application via your web browser.
- Enter a Spotify artist's profile URL.
- Click on "Generate Graph" to view the artist's collaborations.
If you run into any issues or errors, check:
- API keys in
.envare correctly set up. - You have an active internet connection.
- You're using the correct version of the libraries.