Dockerized Spider Framework! you can use this framework to help you build up the env of ruby and using watir to do web spider
install Docker and Docker-Compose
git clone https://github.com/wsm1992/spidock.git
cd spidock
bash run.sh
this is a simple example to build up the enviornment and go to google, then print the title of web page
you can edit config/database.yml to set up your DB config then you can run
bash run.sh [environment]
to select diffirent environment
the actual logic in app/spider.rb,you can make your spider with Watir libary
please enjoy your web crawling