I built a bot that scrapes recreation.gov for campsite available for dates I've input. When it finds a campsite availability, it texts me so that I can hop online to book it. This project is 50% a pet project to play around with Python and related tech and 50% "hey, this is actually kinda useful".
This project started as a fork of bri-bri/yosemite-camping running on a VPS with a cron job, but over the years has evolved into a more robust application that allows me to:
Future improvements include:
Source code available upon request. Built using Python, Selenium, SQLite, and Twilio.