This is a simple app that SKIPS advertisements on Spotify! When your Spotify application has an advertisement, this app will automatically close Spotify and then reopen it to skip the advertisement.
- Automatically closes and reopens Spotify during ads
- Easy to use and set up
- Python 3.x
- Spotify application installed on your system
-
Clone the Repository
git clone https://github.com/Mintype/AntiSpotifyAds.git cd AntiSpotifyAds
-
Install Dependencies
pip install -r requirements.txt
- Run the Application
The app will start monitoring Spotify for ads and handle them automatically.
python main.py
-
Install cx_Freeze
pip install cx_Freeze
-
Package the Application
python setup.py build
The executable will be created in the build directory.
Anyone can contribute to this project so just make a pull request if you want to contribute!
If you encounter any issues or bugs, please open an issue on this repo with a description of the problem and any relevant details.
This project is licensed under the MIT License - see the LICENSE file for details.