Skip to content

Tiago-Seven/LyricsWebScraping

Folders and files

NameName
Last commit message
Last commit date

Latest commit

bf221d0 · Oct 3, 2020

History

21 Commits
Oct 3, 2020
Apr 25, 2019
Dec 22, 2018
Oct 3, 2020
Sep 10, 2020

Repository files navigation

LyricsWebScraping

Web scraping lyrics of Genius.com using python

Requirements

The following are a list of the requirements needed to run the project:

  • Python (3.5.6)
  • Flask (1.1.2)
  • NLTK (3.5)
  • Requests (2.24.0)
  • Beautiful Soup (4.6.3)

How to run

Backend Python Server(Command Line Windows)

  • set FLASK_APP=main.py
  • python -m flask run

Check flask documentation for other environment

Frontend server

NPM Server

  • cd frontend
  • npm install
  • npm start

TODO:

  • Work on React Frontend