This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import sys | |
| from typing import Any, Optional | |
| try: | |
| import spotipy | |
| from spotipy import SpotifyOAuth | |
| except ImportError: | |
| print("You need the spotipy package to use this script. Please install it using 'python -m pip install spotipy'") | |
| sys.exit(5) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| rmdir /s/q pyinstaller | |
| git clone --branch master https://github.com/pyinstaller/pyinstaller.git | |
| cd pyinstaller\bootloader | |
| python ./waf distclean all | |
| cd.. | |
| ..\Discord.fm\venv\Scripts\python.exe setup.py install |