This project uses Selenium and the Spotify API to retrieve information from your Spotify account.
- Python 3.x
- Selenium library
- Chrome WebDriver
- Install Python 3.x from the official Python website.
- Install the required libraries using the command
pip install selenium
. - Download and install the Chrome WebDriver from the official Chrome WebDriver website.
- Replace the placeholders for your Spotify login credentials in the
main.py
file. - Run the
main.py
file to log in to Spotify and retrieve the necessary cookies. - The information will then be retrieved and displayed using the Spotify API.
- Make sure you are using the latest version of the Chrome WebDriver to avoid compatibility issues.
- Note that you need a Spotify account to use this script.
Contributions are welcome! If you have any ideas, suggestions, or bug reports, please open an issue or submit a pull request.
This project is licensed under the MIT License. See the LICENSE file for more details.