From e0f6922b68d0ef69553e4757057d194bad184ea0 Mon Sep 17 00:00:00 2001 From: Wesley Kerfoot Date: Fri, 7 Feb 2020 22:55:22 -0500 Subject: [PATCH] update README --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4fbf1c6..3e70cd1 100644 --- a/README.md +++ b/README.md @@ -8,10 +8,12 @@ A simple tool to help make it easier to generate readable tweets you can browse. ### Usage 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. + +1. Start the server ``` ./twit2blog ``` -You must provide the ID of the *last* tweet from the thread you want rendered. E.g. [https://twitter.com/weskerfoot/status/1199466868953759750](https://twitter.com/weskerfoot/status/1199466868953759750) is the last tweet in one of my threads. The reason for this is that the twitter API does not provide an easy way to search for replies to a given tweet. +2. Install the bookmarklet -Example: `http://localhost:8080/thread/weskerfoot/status/1221552400852451329` +3. Go to a twitter thread, click the bookmarklet, it will open up a new page where your thread will eventually be.