MIT Student Information Retriever
mit_stalker is a Ruby gem that parses publicly available information about MIT
students.
Setup
gem install mit_stalker
Usage
Try this out in irb:
MitStalker.from_user_name 'costan'
Contributions
The code was factored out of the 6.006 Web site, and it contains exactly what I
needed for that site. I will not be adding features, but I will do my best to
fix bugs. If you want a feature, please don’t hesitate to fork the project and
send me pull requests.