Scraping the lyrics of Doja Cat and making a dataset from it for sentiment analysis.
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
- lxml - version 4.9.1
- beautifulsoup4 - version 4.11.1
- requests - version 2.28.1
- pandas = version 1.5.1
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 is: complete