Restaurant Week Boston

This is just a silly little gem I made that parses the Restaurant Week Boston website and lets you mark which ones you want to go to for lunch, dinner, or lunch and dinner. This gem assumes you have a few restaurants in mind and want to quickly compare their lunch/dinner menus in tabs.

Installation

gem install restaurant_week_boston

Usage

Use the restaurant_week_boston command line script. Call it with --help for help.

So if you want to go to Bond and Aquitaine Bis for lunch or dinner, you'd do:

$ restaurant_week_boston --any 'aquitaine bis',bond

If you want to check out Artu for lunch:

$ restaurant_week_boston --lunch artu

Or maybe Artu's dinner sounds better:

$ restaurant_week_boston --dinner artu

More involved demo

$ restaurant_week_boston -a 'aquitaine bis' -l bond,asana -d bergamot,clink
Getting doc...done.
Parsing doc...done.

=== LUNCH ===
Name: Asana (short-name: asana)
Meals: Lunch, Dinner
Neighborhood: Back Bay
Phone: 617-535-8800
Lunch Menu: http://www.restaurantweekboston.com/fetch/asana/lunch/
Dinner Menu: http://www.restaurantweekboston.com/fetch/asana/dinner/
Map: http://www.restaurantweekboston.com/map/back-bay/asana/#topOfMap
--------------------------------------------------------------------------------
Name: Bond (short-name: bond)
Meals: Lunch, Dinner
Neighborhood: Downtown
Phone: 617-451-1900
Lunch Menu: http://www.restaurantweekboston.com/fetch/bond/lunch/
Dinner Menu: http://www.restaurantweekboston.com/fetch/bond/dinner/
Map: http://www.restaurantweekboston.com/map/downtown/bond/#topOfMap

=== DINNER ===
Name: Bergamot (short-name: bergamot)
Meals: Dinner
Neighborhood: Somerville
Phone: <no phone given>
Dinner Menu: http://www.restaurantweekboston.com/fetch/bergamot/dinner/
Map: http://www.restaurantweekboston.com/map/somerville/bergamot/#topOfMap
--------------------------------------------------------------------------------
Name: Clink. at the Liberty Hotel (short-name: clink)
Meals: Lunch, Dinner
Neighborhood: Beacon Hill
Phone: 617-224-4004
Lunch Menu: http://www.restaurantweekboston.com/fetch/clink/lunch/
Dinner Menu: http://www.restaurantweekboston.com/fetch/clink/dinner/
Map: http://www.restaurantweekboston.com/map/beacon-hill/clink/#topOfMap

=== LUNCH OR DINNER ===
Name: Aquitaine Bis (short-name: aquitaine-bis)
Meals: Lunch, Dinner
Neighborhood: Chestnut Hill
Phone: 617-734-8400
Lunch Menu: http://www.restaurantweekboston.com/fetch/aquitaine-bis/lunch/
Dinner Menu: http://www.restaurantweekboston.com/fetch/aquitaine-bis/dinner/
Map: http://www.restaurantweekboston.com/map/chestnut-hill/aquitaine-bis/#topOfMap