myshazam
Tools for handling your Shazam history / dumps.
Installation
Install it as Ruby gem:
$ gem install myshazam
Usage
-
Login into your Shazam account and click on downlaod history.
-
Convert Shazam
myshazam-history.htmlinto list of Torrent magnets withshazam2magnetscommand.shazam2magnets ~/Downloads/myshazam-history.html &> magnets.txt -
Download files with aria2c client from magnets.txt.
aria2c -i magnets.txt --seed-time=0 -d ~/Download/MyShazam
Contributing
- Fork it ( https://github.com/otobrglez/myshazam/fork )
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create a new Pull Request