Skip to content

45H15H/Scraping-Doja-Cat-Lyrics

Repository files navigation

Scraping Doja Cat lyrics

Scraping the lyrics of Doja Cat and making a dataset from it for sentiment analysis.

Table of Contents

General Information

This is a web scraping project scraping the lyrics of Doja Cat from Genius. Here is the created dataset. This dataset is also uploaded on Kaggle

Libraries Used

  • lxml - version 4.9.1
  • beautifulsoup4 - version 4.11.1
  • requests - version 2.28.1
  • pandas = version 1.5.1

Setup

Requirements for this project are the libraries listed above.
To install these libraries to your local environment run the following installation commands in you terminal;

  • pip3 install lxml
  • pip3 install beautifulsoup4
  • pip3 install requests
  • pip3 install pandas

Project Status

Project is: complete