Skip to content

This script gets the song you are currently listening to and displays it in the Twich chat on command.

License

Notifications You must be signed in to change notification settings

moonchild14/spotify-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

Spotify currently playing track and show it in Twich chat

Description

  • 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.

Built With

  • Python3
  • requests
  • twitchio.ext
  • multiprocessing

Variables

SPOTIFY_ACCESS_TOKEN = '' # Spotify token
twich_token = '' # Token - your twich chat-bot token
twich_channel = '' # The name of the channel on which the bot will work

As a result , we get:

License

This project is MIT licensed.

About

This script gets the song you are currently listening to and displays it in the Twich chat on command.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages