Skip to content

anekobtw/ad-muter-spotify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spotify ad muter

version licence made with love

Python script designed to mute advertisements while using the Spotify desktop application.

Environment Variables

To run this project, you will need to add the following environment variables to your .env file

SPOTIFY_CLIENT_ID - can be obtained from this website

SPOTIFY_CLIENT_SECRET - can be obtained from this website

SPOTIFY_REDIRECT_URI - should be "http:https://localhost:8080/"

username - just your username in Spotify

scope - must be "user-read-currently-playing"

Run Locally

Clone the project

$ git clone https://github.com/anekobtw/ad-muter-spotify.git

Go to the project directory

$ cd src

Install dependencies

$ pip install -r requirements.txt

Run the program

$ python main.py

Remember that if you run the program for the first time, you'll have to insert the website you were redirected to

About the project

Authors

Built With

  • Spotipy - A lightweight Python library for the Spotify Web API.
  • pycaw - Python Core Audio Windows Library for accessing and manipulating audio on Windows.

Contributing

Contributions are always welcome!

See contributing.md for ways to get started.

Please adhere to this project's code of conduct.

License

The project is MIT licensed