mahakal / LyricsCrawler

Lyrics Crawler for extracting lyrics on basis of artist

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lyrics-Crawler

Overview

Using Requests(http for humans) and BeautifulSoup4 to crawle azlyrics and provided artist azlyrics page save lyrics to all of his songs to a text file named 'lyrics'

Installation

The necessary dependencies are in the requirements.txt file so just run this before running the actual code to get them installed.

pip3 install -r requirements.txt

Usage

Give the artist page url to azlyrics and all his lyrics will be saved

About

Lyrics Crawler for extracting lyrics on basis of artist


Languages

Language:Python 100.0%