Skip to content

Commit 894caba

Browse files
README.md
1 parent 2ee7cb7 commit 894caba

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,17 @@ Options:
2222

2323
Examples:
2424

25+
```bash
26+
# استخراج اطلاعات از پلی‌لیست اسپاتیفای
2527
python main.py https://open.spotify.com/playlist/37i9dQZF1DX0XUsuxWHRQd
28+
29+
# خروجی به فرمت JSON
2630
python main.py -f json https://open.spotify.com/playlist/37i9dQZF1DX0XUsuxWHRQd
31+
32+
# خروجی در فایل متنی دلخواه
2733
python main.py -o my_playlist.txt https://open.spotify.com/playlist/37i9dQZF1DX0XUsuxWHRQd
2834

35+
2936
Note: The Spotify API credentials are already included in the code.
3037

3138

0 commit comments

Comments
 (0)