├── LICENSE ├── list_cards.py ├── main.py ├── readme.md └── spotirip ├── __init__.py ├── const.py ├── exporter.py ├── recorder.py └── spotify.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bttger/spotirip/HEAD/LICENSE -------------------------------------------------------------------------------- /list_cards.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bttger/spotirip/HEAD/list_cards.py -------------------------------------------------------------------------------- /main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bttger/spotirip/HEAD/main.py -------------------------------------------------------------------------------- /readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bttger/spotirip/HEAD/readme.md -------------------------------------------------------------------------------- /spotirip/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bttger/spotirip/HEAD/spotirip/__init__.py -------------------------------------------------------------------------------- /spotirip/const.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bttger/spotirip/HEAD/spotirip/const.py -------------------------------------------------------------------------------- /spotirip/exporter.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bttger/spotirip/HEAD/spotirip/exporter.py -------------------------------------------------------------------------------- /spotirip/recorder.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bttger/spotirip/HEAD/spotirip/recorder.py -------------------------------------------------------------------------------- /spotirip/spotify.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bttger/spotirip/HEAD/spotirip/spotify.py --------------------------------------------------------------------------------