Skip to main content

AllMusic review scraper

Project description

AllMusic

build status

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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

allmusic-0.0.1.tar.gz (3.5 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page