Skip to content
LakesCorp edited this page Oct 3, 2023 · 10 revisions

πŸ“š ArtistCollabMap Wiki πŸ“š

Desciption

Welcome to the ArtistCollabMap wiki.

Here you'll find detailed guides on how to install, set up, and use the application.


Installation

  1. Ensure you have Python 3 installed on your machine.
  2. Clone this repository.
  3. Install the dependencies with pip install -r requirements.txt.
  4. Set up your API keys in the .env file.
  5. Run app.py to start the application.

πŸ›  Setup

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


πŸš€ Usage

  1. Access the application via your web browser.
  2. Enter a Spotify artist's profile URL.
  3. Click on "Generate Graph" to view the artist's collaborations.

❗ Troubleshooting ❗

If you run into any issues or errors, check:

  • API keys in .env are correctly set up.
  • You have an active internet connection.
  • You're using the correct version of the libraries.