Finds all lyrics on metrolyrics and saves to PostgreSQL
Use the package manager pip to install required packages.
pip install -r requirements.txt
For print_util.py
to work properly VSCode is recommended.
Now, you need to write your own credentials on db_operations.py
def get_connection():
conn = connect(database='', user='', password='',
host='', port='')
return conn, conn.cursor()
Then simply just run:
python metrolyrics-crawler.py