##Make sure all files have permission 777. You can do so by running command sudo chmod -R 777
##Installation
- Dependencies can be installed using "install.sh" shell script. Just run ./install.sh from your Linux Terminal.
- Setup an Xvfb server using shell script "xvfb.sh". @TODO: Run as a backgroud process.
- Edit your mail server setting in mail.py
##Writing Rules
- Write your scraping chart in index.py
- edit your directory-name in nrega.py. TODO: Automatic directory name.
##Running your program
- Run command "./service.sh" to start the crawler.
##TODOs
- URL Monitoring of status.csv and upstart.log
- API to start script.
- Master script to control slave servers.