This is no longer maintained, code is archived and available for forking though.
An unofficial scraper AllMusic reviews.
pip install allmusic
Alternatively, clone directly from master
to run with the freshest bugs:
pip install git+git://github.com/fortes/allmusic.git@master
>>> import allmusic
>>> review = allmusic.getAlbumReviewForAllMusicUrl('https://www.allmusic.com/album/beauty-and-the-beat-mw0000736440')
>>> print(review.album)
'Beauty and the Beat'
>>> print(review.rating)
9
There is one test, you can try it:
python -m unittest
MIT
Please do