git ssb

2+

cel / scuttlebot.io



Tree: 2bb2f9e22cb3fc3c6bf54323d0c3b964ab7b2da8

Files: 2bb2f9e22cb3fc3c6bf54323d0c3b964ab7b2da8 / tmpl / apis / community / ssbify.md

394 bytesRaw

ssbify

Takes an url and returns a ssb blob-id representing the contents of the site.

Uses node-readability, and imports any images as hash-links.

usage

ssbify http://blog.codinghorror.com/the-eternal-lorem-ipsum/
# => &m9VsxJCJ4GMwkiSXolovyOOFjoICWoEyXjz7uAImq4w=.sha256
sbot blobs.get "&m9VsxJCJ4GMwkiSXolovyOOFjoICWoEyXjz7uAImq4w=.sha256"

Will output the markdown.

Built with git-ssb-web