Metadata-Version: 2.4
Name: spotify-preview-finder
Version: 1.2.0
Summary: Get Spotify song preview URLs using Spotipy and web scraping
Home-page: https://github.com/sonusahu05/spotify-preview-finder
Author: Sonu Sahu
Author-email: sonusahu050502@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Multimedia :: Sound/Audio :: Players
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: spotipy>=2.23.0
Requires-Dist: python-dotenv>=1.0.0
Requires-Dist: beautifulsoup4>=4.12.3
Requires-Dist: requests>=2.31.0
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# spotify-preview-finder 🎧

Get Spotify song preview URLs along with song details — even when the preview URL isn't available via the Spotify API directly.

---

## 🚀 Features

- 🔍 Search for any song by name
- 🎵 Get Spotify track link + preview stream URLs from the HTML
- 🧠 Uses Spotipy for Spotify API
- 🔧 Now requires you to **explicitly provide** `client_id` and `client_secret`

---

## 📦 Installation

```bash
pip install spotify-preview-finder
