perkeep/pkg/importer
Brad Fitzpatrick 4ba112378f all: address a bunch more staticcheck warnings
And temporarily disable a few classes of errors in staticcheck.conf
for now, to be addressed later together.

Signed-off-by: Brad Fitzpatrick <brad@danga.com>
2024-01-15 14:06:16 -08: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 all: address misc staticcheck warnings 2024-01-14 17:02:10 -08:00
flickr test: replace usage of GoPackagePath with PkSourceRoot 2024-01-14 09:45:59 -08:00
gphotos all: fix or disable staticcheck deprecations 2024-01-13 16:50:09 -08:00
instapaper all: refactor to net/http statuses instead of ints 2023-01-24 08:39:29 -08:00
mastodon Remove unused code 2021-08-09 17:34:14 +02:00
picasa all: address a bunch more staticcheck warnings 2024-01-15 14:06:16 -08:00
pinboard all: refactor to net/http statuses instead of ints 2023-01-24 08:39:29 -08:00
plaid pkg/importer/plaid: address staticcheck issue 2024-01-14 16:55:18 -08:00
swarm test: replace usage of GoPackagePath with PkSourceRoot 2024-01-14 09:45:59 -08:00
test index: verify sigs on permanodes, not just claims (#1382) 2022-07-05 15:37:10 -04:00
twitter test: replace usage of GoPackagePath with PkSourceRoot 2024-01-14 09:45:59 -08: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 all: refactor to net/http statuses instead of ints 2023-01-24 08:39:29 -08:00
importer_test.go all: fix or disable staticcheck deprecations 2024-01-13 16:50:09 -08: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 all: address a bunch more staticcheck warnings 2024-01-15 14:06:16 -08:00

README

Permanode type:

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

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