perkeep/pkg/importer
Angel 3dbb01138f pkg/importer: add "instapaper" importer for Instapaper service
A working importer for the Instapaper service. The importer imports
bookmarks, full text articles, and highlights. A blob item handler for
Instapaper highlight permanodes is included to show summarized highlight
content from the server UI.

Also, this CL updates github.com/garyburd.com/go-auth to rev
bca2e7f09a178fd36b034107a00e2323bca6a82e in order to get support for
XAuth requests.

Fixes #1208

Change-Id: I72e0c40b245c7eec4a44bb475fcaa96a0ee9a1c5
2018-11-26 07:57:08 -05:00
..
allimporters pkg/importer: add "instapaper" importer for Instapaper service 2018-11-26 07:57:08 -05:00
dummy importer: rename foursquare to swarm, add Properties to Importer interface 2018-04-22 11:29:50 -07:00
feed importer/feed: Add date fields to imported items 2018-05-07 08:32:16 -04:00
flickr pkg/importer: add "instapaper" importer for Instapaper service 2018-11-26 07:57:08 -05:00
gphotos importer: refresh importer root page, add Titles, Descriptions, TODO bugs 2018-04-27 17:06:59 -07:00
instapaper pkg/importer: add "instapaper" importer for Instapaper service 2018-11-26 07:57:08 -05:00
mastodon importer: Add a Mastodon importer 2018-07-17 00:20:37 +02:00
picasa importer: refresh importer root page, add Titles, Descriptions, TODO bugs 2018-04-27 17:06:59 -07:00
pinboard importer/pinboard: add incremental import 2018-06-13 18:05:46 +02:00
plaid importer: refresh importer root page, add Titles, Descriptions, TODO bugs 2018-04-27 17:06:59 -07:00
swarm pkg/importer/swarm: update importer URLs 2018-05-29 14:51:10 +00:00
test pkg/client: reduce the number of New constructors, return error by default 2018-01-24 07:42:04 -08:00
twitter pkg/importer: add "instapaper" importer for Instapaper service 2018-11-26 07:57:08 -05:00
README Importer overhaul. Only Foursquare is currently working. 2014-03-31 10:56:30 -07:00
attrs.go Rename import paths from camlistore.org to perkeep.org. 2018-01-01 16:03:34 -08:00
html.go importer: refresh importer root page, add Titles, Descriptions, TODO bugs 2018-04-27 17:06:59 -07:00
importer.go pkg/importer: add "instapaper" importer for Instapaper service 2018-11-26 07:57:08 -05:00
importer_test.go importer: add test that fails at Go tip 2018-04-17 14:31:00 -07:00
noop.go importer: add missing file from earlier commit 2018-04-28 07:42:23 -07:00
noop_test.go importer: refresh importer root page, add Titles, Descriptions, TODO bugs 2018-04-27 17:06:59 -07:00
oauth.go pkg/importer: add "instapaper" importer for Instapaper service 2018-11-26 07:57:08 -05:00

README

Permanode type:

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

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