Skip to content
This repository has been archived by the owner on Jul 21, 2023. It is now read-only.

Sends me a push notification when my climbing gym updates the bouldering routes

License

Notifications You must be signed in to change notification settings

rfauver/bouldering_notifications

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

⚠️ This project is deprecated. Touchstone gyms have moved to using a Kaya widget on their sites to display new routes. This widget is loaded with javascript after the page loads so can't be accessed with basic html webscraping.


bouldering_notifications

This is a small ruby app that checks the websites of three Bay Area climbing gyms (Great Western Power Co., Berkeley Ironworks, and Dogpatch Boulders) daily and sends a push notification to my phone if any of them have updated their bouldering problems.

  • Run daily using Heroku Scheduler
  • Scrapes Touchstone websites with Nokogiri and stores the result in a tiny persisted Redis "database"
  • If different from the last run, a notification is sent using Pushover

License

MIT

About

Sends me a push notification when my climbing gym updates the bouldering routes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages