Metadata-Version: 2.1
Name: jsong
Version: 0.7
Summary: Transorms website data from allmusic.com into usable json files
Author: OakTree
Author-email: thefirstoaktree@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown

jsong streamlines the process of copying data into json files

 Valid FILETYPEs: JSON ('.json') and Excel ('.xlsx')

For discographies: 
	Pick a link of your choice (e.g., https://www.allmusic.com/artist/taylor-swift-mn0000472102/discography, https://www.allmusic.com/artist/elton-john-mn0000796734/discography, etc.) and pass the url to the function getDiscography(URL_HERE, FILE_TYPE_HERE)

For albums: 
	 Pick a link of your choice (https://www.allmusic.com/album/innervisions-mw0000192406, https://www.allmusic.com/album/a-night-at-the-opera-mw0000391519, etc.) and pass the url to the function getAlbum(URL_HERE, FILE_TYPE_HERE)

Data is collected in part with the use of a Selenium webdriver; web pages will be periodically opened and closed in order to webscrape information. Please do not close these pages -- they will be automatically closed when the function has been executed. Thank you :)
