- DoC huts can be cancelled at no cost until quite late. It is common for fully booked huts to become available. A GUI flow is made available using TagUI.
- BookMe.co.nz gives deals on some activities. Deals may appear closer to the activity date.
Created
June 20, 2018 23:14
-
-
Save MattiSG/f6069e787d54c3915bb1fd318806b597 to your computer and use it in GitHub Desktop.
New Zealand activities watchers
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# BookMe.co.nz watch for some deal | |
ACTIVITY_ID=429 | |
while ! curl -s "https://www.bookme.co.nz/things-to-do/ajax/changeDate?date=21%21March%202018&activityId=$ACTIVITY_ID&_=1520111680085" | grep deal | |
do | |
sleep 60 | |
date | |
done | |
curl -s "https://www.bookme.co.nz/things-to-do/ajax/changeDate?date=21%21March%202018&activityId=$ACTIVITY_ID&_=1520111680085" | grep deal | cut -d '|' -f 3,6 | |
notify_if_not_frontmost 'LOTR DEAL AVAILABLE' | |
open 'https://www.bookme.co.nz/things-to-do/christchurch-canterbury-kaikoura/activity/lord-of-the-rings-edoras-tour-full-day-tour/$ACTIVITY_ID' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://booking.doc.govt.nz/AvailabilityDisplay.aspx?sg=TNC&sd=21%2f02%2f18&mp=1 | |
read ctl00_ctl00_bCPH_mCPH_availabilityView_ctrl1_Label2 to oturere_availability | |
echo "Oturere availability on the 21 Feb: " oturere_availability |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment