-
Notifications
You must be signed in to change notification settings - Fork 4
Getting Started with the Code
Pratyush Singh edited this page Jul 13, 2016
·
1 revision
To get the crawlers running, just follow the following instructions.
- Install PostgreSQL.
- Create a user with username
lyrics
and passwordlyrics
. - Start the server on port
5432
. NOTE : You may change these (username
,password
andport
) values by changing corresponding elements in the code (indb_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, atleastPython3
required). - Install
python-psycopg2
. - Install
urllib
.
And you will be good to go.