Skip to content
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.
/ lyrics123-scraper Public archive

A simple scraper to pull down all the lyrics from songs by one artist from lyrics123.net

Notifications You must be signed in to change notification settings

rahulbot/lyrics123-scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lyrics123.net Scraper

This is a very simple web scraper to combine all the lyrics for an artist's songs into one file. Content is pulled from http://lyrics123.net

Installation

pip install -r requirements.pip

Using

Just pass in an artist url and it will visit each song page, grabbing lyrics as it goes. This script will create an output .txt file with all the combined lyrics in it.

For example, this would scrape all the Beatles lyrics into one file

python scrape.py http://lyrics123.net/beatles/

About

A simple scraper to pull down all the lyrics from songs by one artist from lyrics123.net

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages