Skip to content

Getting Started with the Code

Pratyush Singh edited this page Jul 13, 2016 · 1 revision

Getting started with the code

To get the crawlers running, just follow the following instructions.

  • Install PostgreSQL.
  • Create a user with username lyrics and password lyrics.
  • Start the server on port 5432. NOTE : You may change these (username, password and port) values by changing corresponding elements in the code (in db_operations.py).
  • Optional : Create the table mentioned in db_operations.py. Though this table is created while execution of program, creating it in advance will make things smoother.
  • Install Python3.5 (recommended, atleast Python3 required).
  • Install python-psycopg2.
  • Install urllib.

And you will be good to go.

Clone this wiki locally