camply, the campsite finder 🏕
Project description
camply
, the campsite finder ⛺️, is a tool to help you book a campground online. Finding
reservations at sold out campgrounds can be tough. That's where camply comes in. It searches the
APIs of booking services like https://recreation.gov (which indexes thousands of campgrounds across
the USA) to continuously check for cancellations and availabilities to pop up. Once a campsite
becomes available, camply sends you a notification to book your spot!
Check Out The Docs
Installing
Install camply via pip:
pip install camply
Documentation
Head over to the camply documentation to see what you can do!
camply --help
Usage: camply [OPTIONS] COMMAND [ARGS]...
Welcome to camply, the campsite finder.
Finding reservations at sold out campgrounds can be tough. That's where
camply comes in. It searches the APIs of booking services like
https://recreation.gov (which indexes thousands of campgrounds across the
USA) to continuously check for cancellations and availabilities to pop up.
Once a campsite becomes available, camply sends you a notification to book
your spot!
visit the camply documentation at https://github.com/juftin/camply
Options:
--version Show the version and exit.
--provider TEXT Camping Search Provider. Options available are
'Yellowstone' and 'RecreationDotGov'. Defaults to
'RecreationDotGov', not case-sensitive.
--debug / --no-debug Enable extra debugging output
--help Show this message and exit.
Commands:
campgrounds Search for Campgrounds (inside of Recreation Areas)...
campsites Find available Campsites using search criteria
configure Set up camply configuration file with an interactive...
recreation-areas Search for Recreation Areas and list them
Contributing
Camply doesn't support your favorite campsite booking provider yet? Consider contributing 😉.
Table of Contents
- Installation
- Providers
- Command Line Usage
- campsites
- recreation-areas
- campgrounds
- configure
- Examples
- Searching for a Campsite
- Searching for a Campsite by Campground ID
- Searching for a Specific Campsite by ID
- Continuously Searching for A Campsite
- Continue Looking After The First Match Is Found
- Send a Push Notification
- Send a Text Message
- Send a Notification to Different Services
- Look for Weekend Campsite Availabilities
- Look for Consecutive Nights at the Same Campsite
- Look for a Campsite Inside of Yellowstone
- Look for a Campsite from GoingToCamp
- Searching GoingToCamp Using Equipment
- Look for a Campsite Across Multiple Recreation areas
- Using a YAML Configuration file to search for campsites
- Searching for a Campsite That Fits Your Equipment
- Saving the Results of a Search
- Search for Recreation Areas by Query String
- Look for Specific Campgrounds Within a Recreation Area
- Look for Specific Campgrounds by Query String
- Searching for Tickets and Timed Entries
- Finding Recreation Areas IDs and Campground IDs To Search Without Using the Command Line
- Object-Oriented Usage (Python)
- Running in Docker
- Dependencies
- Contributing
Recreation data provided by Recreation.gov
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.