2022-11-13 11:18:47 +00:00
|
|
|
title: $:/plugins/tiddlywiki/twitter-archivist/usage
|
|
|
|
|
|
|
|
! In the Browser
|
|
|
|
|
2022-11-15 11:13:02 +00:00
|
|
|
To import a Twitter archive in the browser (currently Chrome only), click the button below and navigate to the root of the archive:
|
2022-11-13 11:18:47 +00:00
|
|
|
|
|
|
|
<$button>
|
|
|
|
<$action-sendmessage $message="tm-load-twitter-archive"/>
|
|
|
|
Open Twitter archive
|
|
|
|
</$button>
|
|
|
|
|
|
|
|
! Under Node.js
|
|
|
|
|
|
|
|
To import a Twitter archive under Node.js, use the `--loadtwitterarchive` command:
|
|
|
|
|
|
|
|
```
|
|
|
|
tiddlywiki editions/twitter-archivist/ --loadtwitterarchive '/path/to/archive' --build index
|
|
|
|
```
|