VRC Spotify DJ Song Requests Monitor is a Python project that uses optical character recognition (OCR) to monitor a designated area of your screen for song names in an in-game chatbox format(or literally anywhere else) . When a song name is detected, the program automatically searches for the song on Spotify and adds it to your queue if it’s not already there, and then notifies the requester
This project combines the power of OpenCV for screen capturing, Tesseract OCR for optical character recognition, Spotipy to interact with the Spotify Web API, and OSC to provide feedback and instructions to players in the server.