From bdbf16fe6bce44841123781e8d4689445de2a320 Mon Sep 17 00:00:00 2001 From: Wesley Kerfoot Date: Sat, 21 Dec 2019 16:53:09 -0500 Subject: [PATCH] update readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 7df2b00..0921e7e 100644 --- a/README.md +++ b/README.md @@ -9,3 +9,5 @@ A simple tool to help make it easier to turn your tweet rants into real blog pos Requires `TWITTER_CONSUMER_KEY` and `TWITTER_CONSUMER_SECRET`, both of which you can only get if you have a registered developer account and an application created for twitter. Example: `/twit2blog -t:1234 -u:alice | pandoc --from=markdown --to=html > thread.html` + +You can see a sample [here](https://wesk.tech/tweet_example.html)