Metadata-Version: 2.1
Name: spotbee
Version: 0.2.0
Summary: A simple module that converts Spotify Playlists into a list of Youtube URLs
Home-page: https://github.com/Samrid-Pandit/nepse-api/
License: MIT
Author: Nishant Sapkota
Author-email: snishant306@gmail.com
Requires-Python: >=3.9,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: aiohttp (>=3.7.4,<4.0.0)
Requires-Dist: spotipy (>=2.19.0,<3.0.0)
Project-URL: Repository, https://github.com/Samrid-Pandit/nepse-api/
Description-Content-Type: text/markdown

# spotbee

This is a module that spits out YouTube URLs from Spotify Playlist URLs

**Why use this?**
It is asynchronous which makes it compatible to use with Discord Bots.

**Installation**

```bash
pip install spotbee
```

**Examples Coming soon**

Credit to (Samrid Pandit)[https://github.com/CaffeineDuck] for the name.

