Skip to content

Commit 9cfabde

Browse files
committed
add requirements.txt file for apple-music-scraper
1 parent fbb0d93 commit 9cfabde

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

Apple-Music-Scraper/README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,13 @@ Each function returns structured JSON containing metadata, URLs, images, preview
2727

2828
## 🧠 Usage
2929

30-
Just import the scraper and call your function:
30+
install requirements
3131

32+
```bash
33+
pip install -r requirements.txt
34+
```
35+
36+
use scraper!
3237
```python
3338

3439
result = search('night tapes')
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
bs4
2+
requests

0 commit comments

Comments
 (0)