Skip to content

Instantly share code, notes, and snippets.

View awalker's full-sized avatar

Adam Walker awalker

View GitHub Profile
@awalker
awalker / sync_things.rb
Created October 25, 2011 21:39 — forked from tswicegood/sync_things.rb
Simple Ruby script to sync Basecamp and Things to-dos.
#!/usr/bin/env ruby
#
# Biggest problem with this is that it checks everything. Needs
# to be adjusted to only check N days and/or N tasks on Basecamp.
#
# Also has a problem in that Completed always wins. If you have a
# task marked at completed, then mark it as open again on just one
# side, it'll mark the other as completed if you run the sync again.
#
# All that said, it provides a basic, very rudimentary sync.