-
Notifications
You must be signed in to change notification settings - Fork 48
/
checker_example.ini
59 lines (57 loc) · 1.36 KB
/
checker_example.ini
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
55
56
57
58
59
[common]
# Number of initial retries
retries = 2
# Recreation.gov username
username = myuser
# Recreation.gov password
password = mypassword
# Number of seperate reservations
num_reservations = 2
[reservation_1]
# Arrival Date in MM/DD/YYYY
arv_date = 07/11/2017
# Number of nights
length_of_stay = 5
# Number of campers
num_occupants = 4
# Number of vehicles
num_vehicles = 2
# Type of Equipment:
# 0: None
# 108068: Caravan/Camper Van
# 108067: Fifth Wheel
# 108660: Pickup Camper
# 108061: Pop up
# 108063: RV/Motorhome
# 108060: Tent
# 108661: Large Tent Over 9x12`
# 108062: Trailer
equipment_type = 108060
# Parks & sites to search through:
# See README.md for details on how
# to find site IDs.
sites = [{'park_id':'70927', 'site_id':'203329'},{'park_id':'70928', 'site_id':'203306'},{'park_id':'70925', 'site_id':'203262'}]
[reservation_2]
# Arrival Date in MM/DD/YYYY
arv_date = 07/16/2017
# Number of nights
length_of_stay = 3
# Number of campers
num_occupants = 4
# Number of vehicles
num_vehicles = 2
# Type of Equipment:
# 0: None
# 108068: Caravan/Camper Van
# 108067: Fifth Wheel
# 108660: Pickup Camper
# 108061: Pop up
# 108063: RV/Motorhome
# 108060: Tent
# 108661: Large Tent Over 9x12`
# 108062: Trailer
equipment_type = 108060
# Parks & sites to search through:
# See README.md for details on how
# to find site IDs.
sites = [{'park_id':'70926', 'site_id':'203381'}]