Skip to content

Instantly share code, notes, and snippets.

@prenagha
prenagha / micropub-micro-blog-example.sh
Created April 27, 2017 22:03
Micropub sample post to Micro.blog
#!/bin/bash
# http://help.micro.blog/2017/api-posting/
# https://indieweb.org/Micropub
URL="https://micro.blog/micropub"
TOKEN="aabbcc"
CONTENT="Sample Post Here - http://example.com"
curl --verbose \