Replies: 1 comment 1 reply
-
Hey @bigsaam camply isn't set up right now to perform multiple searches at a time, by that I mean you can't tell it to search in campground #1 in April and campground #2 in May. You can however pass an array in YAML for multiple recreation areas, campgrounds, or campsite Ids. You should be able to pass an array of notification providers on a single search too. Here's an example of multiple recreation areas: https://camply.readthedocs.io/en/latest/usage.html#using-a-yml-configuration-file-to-search-for-campsites The Python API of camply currently handles arrays of search windows. Updating the YAML config would be easy to add that functionality in as well. Regarding multiple simultaneous searches, that might be a more involved refactor but I'll keep it in mind since it sounds really valuable. I'm currently using the docker image and separate containers to run simultaneous searches. camply is starting to get more popular and will need some re-writing soon to make it easier to contribute to and develop new features down the line so I'll keep all of this in mind once I get started on that. I'll follow-up here once some progress is made. Glad you're enjoying camply! 🏕️ |
Beta Was this translation helpful? Give feedback.
-
How would I structure the YAML config for multiple searches? i.e. unique recreation areas with different notification or search options
Thanks to everyone contributing to this proiect!
Beta Was this translation helpful? Give feedback.
All reactions