This C# program allows you to generate bingo cards based on the tracks in a Spotify playlist. It utilizes the Spotify API to retrieve playlist details and creates both standard bingo cards and a checker card.
Before using this program, make sure you have the following:
- Spotify Developer App: Create a Spotify Developer App to obtain your Client ID and Client Secret.
git clone https://github.com/jarnolooij/spotify-bingo-generator.git
- Open
Program.cs
in a text editor. - Replace
your_spotify_dev_app_client_id
andyour_spotify_dev_app_client_secret
with your Spotify Developer App credentials.
Build and run the program using your preferred C# development environment.
When prompted, enter the Playlist ID. You can find the Playlist ID by taking the last part of the URL of the Spotify playlist.
The generated bingo cards will be available in the BingoCards
folder.
The output format is PDF
- If you encounter any issues, ensure that your Spotify Developer App credentials are correctly configured.
- Make sure the provided Playlist ID is valid.