A Simple Tool To Archive Twitter Threads
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Wesley Kerfoot 84c54f715b add task to generate minified bookmarklet 4 years ago
src css styling 4 years ago
tests initial commit 4 years ago
.gitignore add task to generate minified bookmarklet 4 years ago
README.md add task to generate minified bookmarklet 4 years ago
bookmarklet.js add a bookmarklet instead 4 years ago
config.nims Refactor it all into a clone of threadreaderapp ;) 4 years ago
twit2blog.nimble add task to generate minified bookmarklet 4 years ago

README.md

Twit2Blog

A simple tool to help make it easier to archive readable tweets you can browse. No external server or proprietary SaaS solution needed.

Building

nimble build is all you'll need at this point.

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. Compile the server with nimble build and then start the server like so.
./twit2blog
  1. Install the bookmarklet (run nimble bookmark to generate it and then create a bookmark in your browser with it as the location)

  2. Go to a twitter thread, click the bookmarklet, it will open up a new page where your thread will eventually be. Wait a bit and come back to your beautifully archived thread!