perkeep/pkg/importer
Tamás Gulácsi eedf44ef20 pkg/importer/flickr: fix photosSearchItem unmarshal
As Adrian Tritschler reported, Flickr returns Lat/Long
with inconsistent quoting: 0 / "-32.2".

Also ints ("total", for example) can come in quoted ("6236") and
unquoted (6236) form, too.

This commit utilizes an int and a float32 with specialized Unmarshaler.

Change-Id: Ic559059272ba457860bf56a8671d5abd430eb404
2015-07-08 06:41:11 +02:00
..
allimporters First version of pinboard importer. 2014-09-01 13:35:06 -07:00
dummy env: add IsDev and use it everywhere 2015-04-02 05:55:01 -07:00
feed importers: add SupportsIncremental accessor 2014-07-31 11:34:31 -07:00
flickr pkg/importer/flickr: fix photosSearchItem unmarshal 2015-07-08 06:41:11 +02:00
foursquare Remove some code.google.com references. 2014-12-11 17:33:17 +11:00
picasa Remove some code.google.com references. 2014-12-11 17:33:17 +11:00
pinboard Pinboard importer: add test, fix bug 2014-10-18 08:20:45 -07:00
twitter importer, twitter: fix deleted account type, differentiate account and root titles 2015-06-29 23:23:15 +02:00
README Importer overhaul. Only Foursquare is currently working. 2014-03-31 10:56:30 -07:00
attrs.go flickr: some attributes changes 2014-07-30 23:13:57 +02:00
html.go importer: linkify blobrefs, and start of automatic recurring importing 2014-05-09 20:28:51 -07:00
importer.go importer, twitter: fix deleted account type, differentiate account and root titles 2015-06-29 23:23:15 +02:00
importer_test.go Importer overhaul. Only Foursquare is currently working. 2014-03-31 10:56:30 -07:00
noop.go importers: add SupportsIncremental accessor 2014-07-31 11:34:31 -07:00
oauth.go importers: newOauthClient refactoring 2014-08-02 01:37:43 +02:00

README

Permanode type:

camliNodeType: "importer"
importerType: "twitter"
authClientID:     "xxx"    // e.g. api token
authClientSecret: "sdkojfsldfjlsdkf"

camliNodeType: "importerAccount"
importerType: "twitter"
twitterAccount: "bradfitz"