music_scraper

Gets Songs from the web and allows users to download the same


License
MIT
Install
pip install music_scraper==1.1.0

Documentation

Music-Scraper

Code Health\\

Download all your favourite songs from the web at one place. No more searching through the links given by Google Search, Music-Scraper does it for you.

Requirements

  • python>=2.7
  • Scrapy>=1.1.1

Getting Started

Ensure that you have setuptools>=24.0.3 installed for proper installation of music_scraper. Installation of setuptools can be done with

pip install setuptools==24.0.3

Install Music-Scraper from pip directly

pip install music_scraper

Or

Clone this repository to get started.

git clone https://github.com/srivatsan-ramesh/Music-Scraper.git
cd Music-Scraper/

And install it.

python setup.py install

You can also install it for development.

python setup.py develop

If Scrapy installation creates some problem refer this link.

How to Use

Type 'music-scraper' in the terminal and type in a query which can give audio files in Google Search. For example 'kabali songs download'.

How to Contribute

Read the docs for API reference from here. If you could think of any improvements for the project feel free to make a PULL REQUEST.