perkeep/pkg/importer
Brad Fitzpatrick bafc53703d context: don't allow mutating an existing context's HTTP client
Instead, require specifying it when constructing a new context.

Prevents misuse and bugs / data races.

Change-Id: I775e998bf69b9e238ec726c469494c1a65f8f9de
2014-07-02 14:34:24 -07:00
..
dummy Rewrite Picasa importer for the new Importer API 2014-05-21 22:37:50 +02:00
feed importer/feed: implement the new methods from 68ff8a20db 2014-05-17 02:39:55 +02:00
flickr importer: update flickr 2014-05-20 01:40:52 +02:00
foursquare context: don't allow mutating an existing context's HTTP client 2014-07-02 14:34:24 -07:00
picasa context: don't allow mutating an existing context's HTTP client 2014-07-02 14:34:24 -07:00
twitter context: don't allow mutating an existing context's HTTP client 2014-07-02 14:34:24 -07:00
README Importer overhaul. Only Foursquare is currently working. 2014-03-31 10:56:30 -07:00
attrs.go importer: more common attributes 2014-06-13 15:50:53 -07:00
html.go importer: linkify blobrefs, and start of automatic recurring importing 2014-05-09 20:28:51 -07:00
importer.go importer: add Host.BlobSource and Object.SetAttrs2 to detect any changes 2014-06-13 15:52:20 -07:00
importer_test.go Importer overhaul. Only Foursquare is currently working. 2014-03-31 10:56:30 -07:00
noop.go importer: let the implementations build and parse the callback URL 2014-05-17 00:51:04 +02:00
oa2_importers.go context: don't allow mutating an existing context's HTTP client 2014-07-02 14:34:24 -07:00
oauth.go Rewrite Picasa importer for the new Importer API 2014-05-21 22:37:50 +02:00

README

Permanode type:

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

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