#git-scraping my spotify data

  • Step 1: Authenticate user (retrieve access token)
  • Step 2: Use that access token to access endpoints of interest
  • Step 3: Save data

Reference

Playwright steps

  • Installation and only get chromium (instead of all three browsers)
python3 -m pip install playwright
playwright install chromium