perkeep/pkg/importer
Brad Fitzpatrick af36d78bd7 env: add IsDev and use it everywhere
Change-Id: I5547ce989c05f1f48774f24abee41c489326baa0
2015-04-02 05:55:01 -07: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 Remove some code.google.com references. 2014-12-11 17:33:17 +11: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 twitter: fix format verb in error 2014-08-06 16:21:42 +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: support for disabling importers at start-up 2015-01-18 19:02:02 -08: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"