Company
Date Published
Author
Alessio Fanelli
Word count
2225
Language
English
Hacker News points
None

Summary

The text is about building a daily fantasy football salary tracker using Ruby and Twilio MMS. The project involves downloading data from a CSV file, storing it in an SQLite database, and sending price updates via MMS to the user's phone number. The code uses various libraries such as Sequel, RMagick, and Twilio-Ruby to interact with the database and send notifications. The tracker runs on a schedule set by crontab, which can be configured to run every 2 hours or at other intervals. The project aims to provide users with up-to-the-minute price updates for their fantasy football teams, allowing them to make informed decisions during games.