juftin / camply

camply, the campsite finder ⛺️ - a tool to find campsites at sold out campgrounds through sites like recreation.gov
https://juftin.com/camply/
MIT License
476 stars 93 forks source link

Add campsite type include/exclude option for provider ReserveCalifornia #251

Closed lukelwang closed 1 year ago

lukelwang commented 1 year ago

Is your feature request related to a problem? Please describe. When I searched campsite in Henry Cowell Redwoods SP, it always showed availability. However, when I checked the link as below, I found it was due to one site (Walk-In Only) was always available. https://www.reservecalifornia.com/Web/Default.aspx#!park/655/505

Describe the solution you'd like I would like an argument that can specify what kind of campsite to include or exclude. That would be neat.

Describe alternatives you've considered For this use case, I don't have a workaround.

Additional context

juftin commented 1 year ago

This sounds like a good candidate for campsite attribute filtering.

See https://github.com/juftin/camply/issues/86 and https://github.com/juftin/camply/discussions/63

juftin commented 1 year ago

Closiing as a duplicate of #86

Syzygianinfern0 commented 4 months ago

When I searched campsite in Henry Cowell Redwoods SP, it always showed availability. However, when I checked the link as below, I found it was due to one site (Walk-In Only) was always available.

Is it possible to do this anyhow right now?

Syzygianinfern0 commented 4 months ago

@juftin

Syzygianinfern0 commented 4 months ago

For now, I've just ended up listing each campsite that I am interested in individually like so

camply campsites \
    --provider ReserveCalifornia \
    --rec-area 697 \
    --campground 632 \
    --campsite 44185 \
    --campsite 44186 \
    --campsite 44187 \
    --campsite 44188 \
    --campsite 44189 \
    --campsite 44190 \
    --campsite 44191 \
    --campsite 44192 \
    --campsite 44193 \
    --campsite 44194 \
    --campsite 44195 \
    --campsite 44196 \
    --campsite 44197 \
    --campsite 44198 \
    --campsite 44199 \
    --campsite 44200 \
    --campsite 44201 \
    --campsite 44178 \
    --campsite 44179 \
    --campsite 44180 \
    --campsite 44181 \
    --campsite 44182 \
    --campsite 44183 \
    --campsite 44184 \
    --start-date 2024-07-05 \
    --end-date 2024-07-06 \
    --continuous \
    --notify-first-try \
    --polling-interval 5 \
    --notifications telegram