perkeep/pkg/importer
mpl 47d9ea03f7 importer/pinboard: fix test
Change-Id: Ib824e083d91d83256627f027a889c73878cf04dc
2016-06-03 23:08:15 +02:00
..
allimporters add canonical import paths 2016-03-13 19:57:14 -07:00
dummy Delete misc unused objects 2016-04-06 17:59:51 +02:00
feed importer: make RunContext.Context be a read-only accessor 2016-04-25 14:30:39 -07:00
flickr importer: make RunContext.Context be a read-only accessor 2016-04-25 14:30:39 -07:00
foursquare importer/foursquare: fix attempts to download empty string URLs 2016-05-24 08:59:50 -07:00
picasa importer: make RunContext.Context be a read-only accessor 2016-04-25 14:30:39 -07:00
pinboard importer/pinboard: fix test 2016-06-03 23:08:15 +02:00
test pkg/importer: Unescape tweet content during import 2016-05-25 12:48:09 -07:00
twitter pkg/importer: Unescape tweet content during import 2016-05-25 12:48:09 -07: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: warn about insecure form 2016-05-17 15:47:48 +02:00
importer.go importer: warn about insecure form 2016-05-17 15:47:48 +02: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 Move remaining stuff in third_party/* to vendor/* 2016-04-20 16:49:15 -07:00

README

Permanode type:

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

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