A tool to generate a list of your most popular Twitter threads.
Here’s an example from my data.
You can use this to allow others access – or just for yourself for reflection or another form of archiving.
-
Request your Twitter data (this might take some time – you will get an email whenever that’s ready – so do this first).
-
Run
npm install feed
. -
Clone or copy this script to your computer.
-
Unpack your Twitter data once you got it.
-
Run the script by providing the directory where the files reside, e.g.:
node generate-thread-list.js /~/Downloads/twitter-2018-11-25-501cabffd3e92d9a0ff16656406
Open thread-list.html
in your browser.
OR
Get the generated thread-list.json
or thread-list.rss
and use them in some other way.
- 1.03 Better date ranges, showing new and ongoing threads, copy HTML file properly
- 1.02 Use smaller images for better performance
- 1.01 Add RSS (Atom) support
- 1.00 Initial release