Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 722 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 722 Bytes

fetchGoogleMusicPlaylists

Small program to fetch the google play music playlists and format them to iTunes playlists.

This program uses the gmusicapi from Simon Weber to fetch the correct data.

Usage

  • Simply create a password on your google account security page for less secure apps.
  • Run the script as follows: python main.py -a ACCOUNT -p PASSWORD -f FUNCTION
  • You can choose between the following functions:
    • fetch: Your playlists will be written to textfiles which you can add to iTunes.

Help

For more help, simply type python main.py -h in your terminal.