mirror of https://github.com/perkeep/perkeep.git
c06d31eda4
The Mastodon importer uses the Mastodon API (implemented by Mastodon and Pleroma) to import posts into Perkeep. The webui also now recognizes Mastodon posts, and displays their text. The importer does some things differently than most other Perkeep importers, since it needs to be able to import from arbitrary URLs. It does not share any credentials globally between all accounts, to enable use of multiple accounts on multiple servers. This also introduces new dependencies of go-mastodon and linkheader (both under the MIT license). Resolves #1183 Change-Id: I9a532bbd5720992482fc758f14286c11d5bf6ef0 |
||
---|---|---|
.. | ||
allimporters | ||
dummy | ||
feed | ||
flickr | ||
gphotos | ||
mastodon | ||
picasa | ||
pinboard | ||
plaid | ||
swarm | ||
test | ||
README | ||
attrs.go | ||
html.go | ||
importer.go | ||
importer_test.go | ||
noop.go | ||
noop_test.go | ||
oauth.go |
README
Permanode type: camliNodeType: "importer" importerType: "twitter" authClientID: "xxx" // e.g. api token authClientSecret: "sdkojfsldfjlsdkf" camliNodeType: "importerAccount" importerType: "twitter" twitterAccount: "bradfitz"