Metadata-Version: 2.1
Name: shazam-to-youtube
Version: 0.1.1
Summary: 
License: MIT
Author: Torstein Sørnes
Author-email: t.soernes@gmail.com
Requires-Python: >=3.11,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: pandas (>=2.2.3,<3.0.0)
Requires-Dist: spotify2ytmusic (>=0.9.30,<0.10.0)
Description-Content-Type: text/markdown

# shazam-to-youtube
## Create a Youtube Playlist from Shazam hits
### Installation
1. Clone repo
2. `poetry install`
3. Download Shazam playlist CSV at [https://www.shazam.com/myshazam](https://www.shazam.com/myshazam)
4. Log in to youtube: `python yt_auth.py`
4. Copy shazam playlist to youtube: `python main.py --path <PATH_TO_SHAZAM_CSV>`

### Help
Run `python main.py --help`
or open a issue

