public
Description: Ruby Utility to transform announcements on UVACollab into RSS
Homepage:
Clone URL: git://github.com/schleyfox/collab_usefulizer.git
name age message
file .gitignore Loading commit data...
file LICENSE
file README
file collab_usefulizer.rb
file user.json.example
README
Collab Usefulizer is a tool for transforming the clunky, obnoxious web app that
is UVACollab into an RSS feed.

It was devised because I want to know about assignments by way of something
shiny and flashy on my dock.

INSTALLATION


At the command line run the following command.  This depends on having a
properly configured install of Ruby.

    sudo gem install json mechanize


Download collab_usefulizer.rb from this repository.

Change the values in user.json to reflect your netbadge username and 
password

Run collab_usefulizer.rb like:

    ruby collab_usefulizer.rb

This will create a file named course_assignments.rss.  You can add this to your
favorite RSS reader.  Add collab_usefulizer to a cron or scheduled task to have
it automagically update results.

This tool is released under the WTFPL Version 2