-
Notifications
You must be signed in to change notification settings - Fork 1
/
instructions
54 lines (28 loc) · 1.7 KB
/
instructions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
yosemite-bum
============
This program is still in development. Use at your own risk.
In it's current state, this program will choose the first site listed on recreation.gov that is listed in your array.
The file is meant to be run at the specified times listed here: http://www.nps.gov/yose/planyourvisit/camping.htm
You will need to uncomment line 20 in the .rb file and create private/access.rb with the constants listed below:
LOWER_PINES = 'http://www.recreation.gov/camping/Lower_Pines/r/campgroundDetails.do?contractCode=NRSO&parkId=70928&topTabIndex=Search'
NORTH_PINES = 'http://www.recreation.gov/camping/North_Pines/r/campgroundDetails.do?contractCode=NRSO&parkId=70927&topTabIndex=Search'
UPPER_PINES = 'http://www.recreation.gov/camping/Upper_Pines/r/campgroundDetails.do?contractCode=NRSO&parkId=70925&topTabIndex=Search'
TUOLUMNE = 'http://www.recreation.gov/camping/Tuolumne_Meadows/r/campgroundDetails.do?contractCode=NRSO&parkId=70926&topTabIndex=Search'
LP_SITES = '' # leave blank if you don't care about specific sites
NP_SITES = '100, 200, 300' #..or enter preferrable sites separated by commas
UP_SITES = '500' #..or enter one site alone
T_SITES = '' #always leave blank, Tuolumne sites are assigned on arrival
CAMPGROUND_URL = NORTH_PINES #or other, see above
ARRIVAL = '' # 'mm/dd/yy'
NIGHTS = '' #enter number of nights
SITES = T_SITES #or other, see above
EMAIL = '' #recreation.gov logIn
PASSWORD = '' #recreation.gov logIn
CARD_TYPE = '' #'VISA' 'MAST' 'DISC' 'AMEX'
CARD_NO = '' #card number
SECURITY_CODE = '' #digits on back
EXPIRATION_MONTH = '' #mm
EXPIRATION_YEAR = '' #yyyy
FIRST_NAME = '' #as associated with billing
address
LAST_NAME = '' #as associated with billing address