An ancient, likely no longer usable, script to pull the lunch menu for my son's school and text it out.
Go to file
2019-08-16 09:09:42 -04:00
lib Initial commit. 2019-08-14 09:34:18 -04:00
test/lib Just kill off VCR. We love it but it doesn't work with Watir. 2019-08-14 09:50:57 -04:00
14Aug2019-Lunch.yml Initial commit. 2019-08-14 09:34:18 -04:00
Gemfile TWILIO. 2019-08-14 09:51:12 -04:00
Gemfile.lock TWILIO. 2019-08-14 09:51:12 -04:00
lunch_announcements.rb Fix FROM/TO bug. 2019-08-16 09:09:42 -04:00
Rakefile Initial commit. 2019-08-14 09:34:18 -04:00
README.md Script to send a message when we scrape the site. 2019-08-15 08:07:04 -04:00

Lunch Announcements

A very specific utility for scraping my eldest son's elementary school lunch menu site and texting us what he's having for lunch that day.

Requirements

ENV vars required:

  • TO - the numbers to send to, comma delimited
  • FROM - the Twilio number to send from
  • TWILIO_ACCOUNT_SID - The Twilio Account SID
  • TWILIO_AUTH_TOKEN - The Twilio secret auth token