#!/bin/sh

post_install() {
    echo "
In config.py:
Set Elastic Search IP address and port.
Set Key value names.
( The key value names in the json data determine whether two data are same. )
webcrawler

Set website login url, username and password in webcrawler/webcrawler/spiders/dvwa_spider.py
Visit scrapy tutorial for more info about crawling a website. "
}
