taiwan_tours 
The lonelyplanet web scraper service traverses details of Taiwan tour packages in a easiest way and with simple steps.
Our company entirely respect the privacy policies of our partner Lonelyplanet declared on 'robots.txt' file.
Gem Usage
Install our fantastic gem using the following simple command on your command line:
$ gem install taiwan_tours
either, as our gem is published by Rubygems.org you can also include it in your 'Gemfile' as:
gem taiwan_tours
Try it yourself!
Run it from the command line as follow:
$ taiwan_tours
or it can also be include it in your own Ruby code with the steps:
require 'taiwan_tours'
taiwan = LonelyPlanetScrape::LonelyPlanetTours.new
tours = taiwan.tours
Want to make improvements?
- Fork it ( https://github.com/ZhongMeiZhou/scraper_project )
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create a new Pull Request