perkeep/pkg/importer
mpl 718c9d8b63 pkg/importer: use go4.org/ctxutil
side-effect: fix an unchecked type assertion, and use a conventional
key for the HTTP client associated with the context (instead of our own
string).

Change-Id: I2701de3f41f1f1c56fe3b76bbf590c0e5b39bc72
2015-12-16 15:30:09 +01: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 pkg/importer: use go4.org/ctxutil 2015-12-16 15:30:09 +01:00
flickr pkg/importer: use go4.org/ctxutil 2015-12-16 15:30:09 +01:00
foursquare pkg/importer: use go4.org/ctxutil 2015-12-16 15:30:09 +01:00
picasa pkg/importer: use go4.org/ctxutil 2015-12-16 15:30:09 +01:00
pinboard pkg/importer: use go4.org/ctxutil 2015-12-16 15:30:09 +01:00
twitter pkg/importer: use go4.org/ctxutil 2015-12-16 15:30:09 +01: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 pkg/importer: use go4.org/ctxutil 2015-12-16 15:30:09 +01:00
importer_test.go vendor: go4.org/jsonconfig (and errorutil) 2015-12-01 17:21:49 +01:00
noop.go importers: add SupportsIncremental accessor 2014-07-31 11:34:31 -07:00
oauth.go pkg/importer: use go4.org/ctxutil 2015-12-16 15:30:09 +01:00

README

Permanode type:

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

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