├── .gitignore ├── README.md ├── setup.py └── spotify_remote.py /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrippa/spotify-remote/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrippa/spotify-remote/HEAD/README.md -------------------------------------------------------------------------------- /setup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrippa/spotify-remote/HEAD/setup.py -------------------------------------------------------------------------------- /spotify_remote.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrippa/spotify-remote/HEAD/spotify_remote.py --------------------------------------------------------------------------------