Skip to content

Finds all lyrics on metrolyrics and saves to PostgreSQL

License

Notifications You must be signed in to change notification settings

akkayaburak/lyrics-finder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lyrics Finder

Finds all lyrics on metrolyrics and saves to PostgreSQL

Installation

Use the package manager pip to install required packages.

pip install -r requirements.txt

Usage

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

License

MIT

About

Finds all lyrics on metrolyrics and saves to PostgreSQL

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages