updated README.md

pull/2/head
Hari Sekhon 4 years ago
parent 5de3b2d321
commit 47a9dd5a70

@ -274,7 +274,16 @@ etc.
- `python_find_duplicate_pip_requirements.sh` - finds duplicate PyPI modules listed for install under the directory tree (useful for deduping module installs in a project and across submodules)
- `python_module_to_import_name.sh` - converts PyPI module names to Python import names, used by `python_find_unused_pip_modules.sh`
- `python_pyinstaller.sh` - creates [PyInstaller](https://www.pyinstaller.org/) self-contained Python programs with Python interpreter and all PyPI modules included
- `spotify_*.sh` - [Spotify](https://www.spotify.com/) API scripts to list playlists, create backups of Spotify playlists, download playlist contents as track URIs / `Artists - Track` / CSV, convert Spotify track URIs to `Artist - Track` / CSV, iterate any command against all playlists, convert playlist names <=> IDs, query any Spotify API endpoint with authentication etc.
- `spotify_*.sh` - [Spotify](https://www.spotify.com/) API scripts:
- `spotify_playlists*.sh` - list playlists in either `<id> <name>` format or JSON output
- `spotify_backup.sh` - backup all Spotify playlists as well as the ordered list of playlists
- `spotify_backup_playlists.sh` - backup some or all Spotify playlists to local files in both human readable `Artist - Track` format and Spotify URI format for easy restores or adding to new playlists
- `spotify_search.sh` - search Spotify's library for tracks / albums / artists getting results in human readable or URI formats for easy loading to Spotify playlists
- `spotify_playlist_tracks.sh` / `spotify_playlist_tracks_uri.sh` - download playlist contents as track URIs / `Artists - Track` / CSV
- `spotify_track_uri_to_name.sh` - convert Spotify track URIs to `Artist - Track` / CSV
- `spotify_foreach_playlist.sh` - iterate any command against all playlists
- `spotify_playlist_name_to_id.sh` / `spotify_playlist_id_to_name.sh` - convert playlist names <=> IDs
- `spotify_api.sh` - query any Spotify API endpoint with authentication, used by all other scripts
- all builds across all my GitHub repos now `make system-packages` before `make pip` / `make cpan` to shorten how many packages need installing, reducing chances of build failures
- Programming language linting:

Loading…
Cancel
Save