├── .gitattributes ├── LICENSE ├── README.md ├── SpotifyChecker.py ├── accounts.txt ├── img ├── console.png └── spotify checker.png └── start.bat /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1LCB/Spotify-Checker/HEAD/.gitattributes -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1LCB/Spotify-Checker/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1LCB/Spotify-Checker/HEAD/README.md -------------------------------------------------------------------------------- /SpotifyChecker.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1LCB/Spotify-Checker/HEAD/SpotifyChecker.py -------------------------------------------------------------------------------- /accounts.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1LCB/Spotify-Checker/HEAD/accounts.txt -------------------------------------------------------------------------------- /img/console.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1LCB/Spotify-Checker/HEAD/img/console.png -------------------------------------------------------------------------------- /img/spotify checker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1LCB/Spotify-Checker/HEAD/img/spotify checker.png -------------------------------------------------------------------------------- /start.bat: -------------------------------------------------------------------------------- 1 | python "SpotifyChecker.py" --------------------------------------------------------------------------------