An open API service indexing awesome lists of open source software.

https://github.com/vigzmv/lyricaly

:musical_note: Lyricaly gets Lyrics delivered to your Terminal for any Song. Uses Python beautifulsoup4 to scrap lyrics. pypi: lyricaly
https://github.com/vigzmv/lyricaly

beautifulsoup lyrics musixmatch scrap songs

Last synced: about 1 month ago
JSON representation

:musical_note: Lyricaly gets Lyrics delivered to your Terminal for any Song. Uses Python beautifulsoup4 to scrap lyrics. pypi: lyricaly

Awesome Lists containing this project

README

        

# Lyricaly

[![PyPI version](https://badge.fury.io/py/lyricaly.svg)](https://badge.fury.io/py/lyricaly)    [![license](https://img.shields.io/github/license/mashape/apistatus.svg?style=flat-square)](https://github.com/vigzmv/Lyricaly/blob/master/LICENSE)   
[![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat-square)](https://github.com/vigzmv/Lyricaly)   

###:musical_note: Get Lyrics on your Terminal

#### Just because finding lyrics on a web browser is too mainstream, I made this to get them delivered to your Terminal.

#### Lyricaly gets Lyrics delivered to your Terminal for any Song. Uses beautifulsoup4 to scrap lyrics.
#### Published at pypi: [Lyricaly](https://pypi.python.org/pypi/lyricaly)

## Installation
---

### Using pip

# Install package from pypi
$ pip install lyricaly

# Run it
$ lyricaly

# Done!!

### Without using pip

# Clone the repository
$ git clone https://github.com/vigzmv/Lyricaly.git
$ cd lyricaly

# Install Lyricaly
$ sudo python setup.py install

# Run it
$ lyricaly

# or simply execute the Python Script (lyrical.py)
# Done!!

### install_requires
beautifulsoup
requests
---

##### Lyricaly scraps the lyrics of the given song from [Musixmatch](http://musixmatch.com/)
##### I am in no way associated with musixmatch and the correctness of lyrics corresponds with the data present in the database.
##### Lyricaly only scraps the present data from there and delivers it.

###### Note: English Language lyrics work fine. Spanish and french support is not good. Other Languages might work.