Skip to content

Rajathbharadwaj/spotifyadbypassv2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 

Repository files navigation

SpotifyAdBypass

  • How to use SpotifyAdBypass

  • $ pip install spotifybypassv2
      pip install pywin32
    

    if git clone, use

    $ pip install pywin32
    

    Usage

    Make sure to keep Spotify closed as the program will auto open Spotify application.

    Note : Use the Spotify .exe installer do not use the Spotify's microsoft application

    from spotifyadbypassv2 import spotifyBypassv2 as spfy
    
    def printSong(artistTitle):
        print(artistTitle["artist"].encode('utf-8'), '-', artistTitle["title"].encode('utf-8'), )
    
    #instantiate with a printSong callback
    
    byPass = spfy.SpotifyBypass(printSong)
    

    About

    No description, website, or topics provided.

    Resources

    Stars

    Watchers

    Forks

    Releases

    No releases published

    Packages

    No packages published

    Languages