Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
lukelwang opened this issue May 10, 2023 · 5 comments
Closed
Labels
duplicate This issue or pull request already exists

Comments

@lukelwang
Copy link

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

@github-actions github-actions bot added the triage This will looked at label May 10, 2023
@juftin
Copy link
Owner

juftin commented May 10, 2023

This sounds like a good candidate for campsite attribute filtering.

See #86 and #63

@juftin juftin added duplicate This issue or pull request already exists and removed triage This will looked at labels Jun 6, 2023
@juftin juftin closed this as completed Jun 6, 2023
@juftin
Copy link
Owner

juftin commented Jun 6, 2023

Closiing as a duplicate of #86

@Syzygianinfern0
Copy link

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
Copy link

@juftin

@Syzygianinfern0
Copy link

Syzygianinfern0 commented Jun 22, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

3 participants