Skip to content
This repository has been archived by the owner on Oct 18, 2023. It is now read-only.

Latest commit

 

History

History
48 lines (31 loc) · 939 Bytes

README.md

File metadata and controls

48 lines (31 loc) · 939 Bytes

No longer maintained

This is no longer maintained, code is archived and available for forking though.

AllMusic

build status PyPI version

An unofficial scraper AllMusic reviews.

Installation

pip install allmusic

Alternatively, clone directly from master to run with the freshest bugs:

pip install git+git://github.com/fortes/allmusic.git@master

Usage

>>> 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

Tests

There is one test, you can try it:

python -m unittest

License

MIT

Contributions

Please do