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

Unofficial scraper for AllMusic reviews

License

Notifications You must be signed in to change notification settings

fortes/allmusic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Unofficial scraper for AllMusic reviews

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages