Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 469 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 469 Bytes

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