Skip to content

Instantly share code, notes, and snippets.

@je117er
je117er / make_spotify_playlists_private.sh
Last active October 6, 2025 15:13
Bash script to make all Spotify playlists private
#!/usr/bin/env bash
# Requirements:
# pip install spotipy
# Create a Spotify Developer App:
# https://developer.spotify.com/dashboard/
# Export these environment variables first:
# export SPOTIPY_CLIENT_ID="your_client_id"
# export SPOTIPY_CLIENT_SECRET="your_client_secret"
# export SPOTIPY_REDIRECT_URI="http://127.0.0.1:8888/callback"
@je117er
je117er / _tree
Created August 20, 2021 02:18 — forked from alexedwards/_tree
.
├── books
│   ├── handlers.go
│   └── models.go
├── config
│   └── db.go
└── main.go