Skip to content

Instantly share code, notes, and snippets.

@tikhonp
tikhonp / sync.py
Last active December 30, 2025 00:34
Last.fm to Swingmusic Sync Script. Transfers loved tracks from Last.fm and marks them as liked in Swingmusic.
#!/usr/bin/env python3
"""
Last.fm to Swingmusic Sync Script
Transfers loved tracks from Last.fm and marks them as liked in Swingmusic
Tested with python 3.14
"""
import requests # the only external dependency
import json
//
// DependencyInjector.swift
//
//
// Created by Tikhon Petrishchev on 21.02.2023.
//
import Foundation
/// The main object where stores all references to object dependencies