Skip to content

vinayakchandra/Spotify-AD-blocker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spotify-AD-blocker

Spotify AD blocker for Mac and Windows.

Working

Closes and opens spotify when AD comes. 

External python Modules that you have to install:

pip install pyautogui
pip install spotipy

Essential Steps:

  • Go to https://developer.spotify.com/dashboard/ and login, then click "CREATE AN APP".
    • put App name and description of your choice and click "CREATE".
    • click "EDIT SETTINGS" then under "Redirect URIs" paste https://www.google.com/ and click "ADD"
    • Click "SHOW CLIENT SECRET", copy Client ID and Client Secret and paste these in secrets.py file in client_id = ""and client_sec = ""
  • Go to spotify account overview and copy your Username under Profile and paste it in secrets.py file in user_id = """

WINDOWS Device

  • open command prompt and copy the name after C:\Users\ in path and paste it in secrets.py file in username_device = ""

How to run

  • open terminal/command prompt, and run command python PATH/spotipy_test.py, replace PATH with the path of the folder whereSpotify-AD-blocker-master is kept.

About

Spotify AD blocker for Mac and Windows

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages