Sha256: ddafd9b477f1d74e53884e57e7346181d6208181cc487dff80412f66f7fc497f

Contents?: true

Size: 701 Bytes

Versions: 2

Compression:

Stored size: 701 Bytes

Contents

module Stratify
  module Gowalla
    class Collector < Stratify::Collector
      source "Gowalla"

      configuration_fields :username => {:type => :string},
                           :password => {:type => :password}

      configuration_instructions %q[
        Gowalla shut down on March 11, 2012. As such, there is longer any checkin data to be collected.

        This collector remains a part of Stratify soley for the purpose of accessing historical checkins collected while Gowalla was still active.

        If you're a Foursquare user, be sure to take a look at the Foursquare collector for capturing your checkin data.
      ]

      def activities
        []
      end
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
stratify-gowalla-0.1.4.1 lib/stratify-gowalla/collector.rb
stratify-gowalla-0.1.4 lib/stratify-gowalla/collector.rb