{ "info": { "author": "Pradhit Gosula", "author_email": "pradhitg@gmail.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "# Track Retriever\n\nBuilt to make it easier for people to work with the tracks in their Spotify playlists \n\n### Prerequisites\n\nI assume that you have already made a Spotify project, if not you can do that [here](https://developer.spotify.com/dashboard/)\n\n```\nYou'll need your: username, client_id, client_secret, redirect_uri and userId \n```\n\n### Installing\n\n```\npip install trackRetriever\n``` \n\n## Functions \n\nI made getPlaylistIds and get_playlist_tracks as helpers for getTracks but you are more than welcome to use them\n\n```\ngetTracks(username, client_id, client_secret,redirect_uri,getNames = False)\n\nAll the parameters should be input as string except getNames\nWhen getNames is set to True getTracks will return a list of the names of the tracks in your playlists\nWhen getNames is set to False getTracks will return a list of the track id's of the tracks in your playlists \n```\n\n```\ngetPlaylistIds(playlists)\n\nThis will get the playlist id's of your playlists \nplaylists = sp.user_playlists(userId) *userId is not your username* \n```\n\n```\nget_playlist_tracks(userId, playlist_id,sp)\n\nsp is the spotify object created by spotipy.Spotify(auth=token)\nplaylist_id is the id of the playlist you want to retrieve the tracks for \n```\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/gosulap/trackRetriever", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "trackRetriever", "package_url": "https://pypi.org/project/trackRetriever/", "platform": "", "project_url": "https://pypi.org/project/trackRetriever/", "project_urls": { "Homepage": "https://github.com/gosulap/trackRetriever" }, "release_url": "https://pypi.org/project/trackRetriever/1.0.0/", "requires_dist": [ "spotipy" ], "requires_python": "", "summary": "A package to get the track id's/names of your songs", "version": "1.0.0" }, "last_serial": 5126124, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "61edfb4b37e12440f157903e8626822b", "sha256": "6bf4d40fe8bab79fe4371366e70957d280ea2084407fd360f124c8c64c294e5e" }, "downloads": -1, "filename": "trackRetriever-1.0.0-py3-none-any.whl", "has_sig": false, "md5_digest": "61edfb4b37e12440f157903e8626822b", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 3619, "upload_time": "2019-04-10T21:44:03", "url": "https://files.pythonhosted.org/packages/63/3c/7e3a6d98090086fc472147a09819381a4d7b51fecaacef8624f9e086084d/trackRetriever-1.0.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "2b25e5706a9bc6e05791e47b42940760", "sha256": "a5247ad915d937f7fc1a9ff1cf602c87235b2ede072f455df075149f64864d6b" }, "downloads": -1, "filename": "trackRetriever-1.0.0.tar.gz", "has_sig": false, "md5_digest": "2b25e5706a9bc6e05791e47b42940760", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2422, "upload_time": "2019-04-10T21:44:05", "url": "https://files.pythonhosted.org/packages/48/fe/564014803105f41e31d6a69ded304add9ad3a027f588e3fa5b858d16c9c6/trackRetriever-1.0.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "61edfb4b37e12440f157903e8626822b", "sha256": "6bf4d40fe8bab79fe4371366e70957d280ea2084407fd360f124c8c64c294e5e" }, "downloads": -1, "filename": "trackRetriever-1.0.0-py3-none-any.whl", "has_sig": false, "md5_digest": "61edfb4b37e12440f157903e8626822b", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 3619, "upload_time": "2019-04-10T21:44:03", "url": "https://files.pythonhosted.org/packages/63/3c/7e3a6d98090086fc472147a09819381a4d7b51fecaacef8624f9e086084d/trackRetriever-1.0.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "2b25e5706a9bc6e05791e47b42940760", "sha256": "a5247ad915d937f7fc1a9ff1cf602c87235b2ede072f455df075149f64864d6b" }, "downloads": -1, "filename": "trackRetriever-1.0.0.tar.gz", "has_sig": false, "md5_digest": "2b25e5706a9bc6e05791e47b42940760", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2422, "upload_time": "2019-04-10T21:44:05", "url": "https://files.pythonhosted.org/packages/48/fe/564014803105f41e31d6a69ded304add9ad3a027f588e3fa5b858d16c9c6/trackRetriever-1.0.0.tar.gz" } ] }