Skip to content

ai2160/recreation-gov-scraper

 
 

Repository files navigation

Recreation.gov Scraper

Notifies you when campsites in a park/recreation area you are interested is available for booking.

This project is under active development and any help fixing open issues (https://github.com/ai2160/recreation-gov-scraper/issues) or improving the project is greately appreciated.

Usage

cp example.secrets.py secrets.py    # Make a real secrets.py file with mailgun credentials
vim secrets.py                      # Fill in the mailgun secrets
virtualenv --no-site-packages .     # Create a virtualenv
source bin/activate                 # Enter it
pip install -r requirements.txt     # Install python dependencies 
python scraper.py                   # Run the scraper

About

A Scraper to find last minute cancellations for campgrounds on recreation.gov

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%