It is tool made for cracker and binners to check if a BIN is working for Spotify.com. This tool has a simplistic GUI which helps the users to operate it easily!
Spotify BIN Checker uses selenium to perform all the tasks which will take you about 10 minutes, under 3 minutes!
- Simplistic and easy to use GUI.
- No need to install the latest chromedriver. It auto-installs it!
- Significantly faster than doing it manually.
Step 1:
git clone https://github.com/notAZMAT/Spotify-BIN-Checker/
cd Spotify-BIN-Checker
Step 2:
pip3 install -r requirements.txt
Step 3:
python3 Spotify_BIN_Checker.py
DONE!
Spotify BIN Checker is very easy to use!
1. Enter The Login details, BIN, Fecha(OPTIONAL), Country Code and Postal Code of the BIN and click Start.
Spotify BIN Checker works using a library called selenium which is used for browser automation.
It's GUI is build using another library called Tkinter.