- This script gets the song you are currently listening to and displays it in the Twich chat on command. Script use json and with its help it gets an array with data. After entering the command !track, the script gets the author of the song, its name and outputs the data to the chat.
- Python3
- requests
- twitchio.ext
- multiprocessing
SPOTIFY_ACCESS_TOKEN = '' # Spotify tokentwich_token = '' # Token - your twich chat-bot tokentwich_channel = '' # The name of the channel on which the bot will workThis project is MIT licensed.
