Skip to content
This repository has been archived by the owner on Oct 1, 2024. It is now read-only.
/ CTL Public archive

Complete the Lyrics Game with spotify integration.

Notifications You must be signed in to change notification settings

kz3640/CTL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CTL

CTL is a Console application written in Python that allows users to play complete the lyrics. This project is unfinished.

Build and Run

To build and run the program, change to the src/Console directory and execute the following command:

python3 main.py

After the program is running, you can start a game by typing the following:

!play CTL spotify-playlist-link

API Keys

This project requires the use of the Spotify API, and the Genius API.

Your client id's and secret id's should be placed in a text file named "secrets" in the Console directory and formatted as follows. Currently the Genius Token also needs to be manually placed.

spotify-client-id-here
spotify-secret-id-here
genius-client-id-here
genius-secret-id-here
genius-token

Training Data

Training data for the LLM should be placed in a .csv file with values as the header of lyrics.

Progress

Check out the TODO.

Issues

About

Complete the Lyrics Game with spotify integration.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages