Skip to main content

Run Scripts

The available run-scripts routes for the pre-setup python scripts for the K-Comebacks Database (on Github), Projects Database (on Github) and the likesongsync2.py script.

note

If the requested script is already running, the request will be ignored.

GET /v1/run/kcomebacks

Run the rpopfetch.py Script to update the K-Comebacks Database

Example Response
{
"status": "udating..."
}
ParameterTypeDescription
statusStringThe status message of the script

GET /v1/run/projects

Run the update_projects.py Script to update the Projects Database

Example Response
{
"status": "udating..."
}
ParameterTypeDescription
statusStringThe status message of the script

GET /v1/run/synclikedsongs

Run the likedsongsync2.py Script to sync my liked songs from Spotify with Last.fm

Example Response
{
"status": "udating..."
}
ParameterTypeDescription
statusStringThe status message of the script