perkeep/pkg/importer/foursquare
Brad Fitzpatrick 1ff2918602 importers: add SupportsIncremental accessor
If an importer is efficient at running regularly, it returns true.

If it's not true, the UI won't allow turning on automatic runs.

Flickr doesn't set it (yet).
2014-07-31 11:34:31 -07:00
..
testdata Importer overhaul. Only Foursquare is currently working. 2014-03-31 10:56:30 -07:00
README Minor cleanup to importer README files. 2014-03-21 13:41:16 -07:00
api.go importer/foursquare: add a few more fields to the API struct. 2014-07-12 08:27:09 -07:00
foursquare.go importers: add SupportsIncremental accessor 2014-07-31 11:34:31 -07:00
foursquare_test.go test/transport.go: move to httputil, so we can use it without linking testing 2014-07-14 18:33:10 +02:00
testdata.go importer/foursquare: make test data for devcam 2014-07-21 23:56:58 +02:00

README

Foursquare Importer
===================

This is an incomplete Camlistore importer for Foursquare.

To use:

1) Visit https://foursquare.com/developers/apps and "Create a new app"
   to get a Foursquare Client ID and secret.
2) Start the devcam server with foursquareapikey flag:
   $ devcam server -foursquareapikey=<apikey>:<secret>
3) Navigate to http://<server>/importer-foursquare/login
4) Watch import progress on the command line


TODO:

https://code.google.com/p/camlistore/issues/list?q=feature%3Aimportfoursquare