TiddlyWiki5/plugins/tiddlywiki/twitter-archivist
jeremy@jermolene.com 419b3b3534 Twitter Archivist: Update todo list 2022-11-15 17:12:54 +00:00
..
Twitter Archives.tid Twitter Archivist: Fix display of tweet author 2022-11-13 11:18:47 +00:00
archivist.js Wikify hashtags 2022-11-14 08:51:18 +00:00
configTiddlerInfoMode.tid Introduce Twitter Archivist Plugin 2022-11-12 17:09:31 +00:00
loadtwitterarchive.js Introduce Twitter Archivist Plugin 2022-11-12 17:09:31 +00:00
macros.tid Wikify hashtags 2022-11-14 08:51:18 +00:00
plugin.info Twitter Archivist: Fix display of tweet author 2022-11-13 11:18:47 +00:00
readme.tid Twitter Archivist: Fix display of tweet author 2022-11-13 11:18:47 +00:00
spec.tid Twitter Archivist: Expand t.co URLs in tweets 2022-11-13 19:05:09 +00:00
startup.js Introduce Twitter Archivist Plugin 2022-11-12 17:09:31 +00:00
styles.tid Introduce Twitter Archivist Plugin 2022-11-12 17:09:31 +00:00
template-archive.tid Introduce Twitter Archivist Plugin 2022-11-12 17:09:31 +00:00
template-hashtag.tid Wikify hashtags 2022-11-14 08:51:18 +00:00
template-tweet.tid Introduce Twitter Archivist Plugin 2022-11-12 17:09:31 +00:00
template-tweeter.tid Introduce Twitter Archivist Plugin 2022-11-12 17:09:31 +00:00
todo.tid Twitter Archivist: Update todo list 2022-11-15 17:12:54 +00:00
usage.tid Twitter Archivist: Add note about browser import only working on Chrome 2022-11-15 11:13:02 +00:00
view-template-body-cascade.tid Wikify hashtags 2022-11-14 08:51:18 +00:00

readme.tid

title: $:/plugins/tiddlywiki/twitter-archivist/readme

! Introduction

The Twitter Archivist imports the tweets and associated media from a [[Twitter Archive|https://help.twitter.com/en/managing-your-account/how-to-download-your-twitter-archive]] as individual tiddlers.

The first step is to request your Tweet archive from Twitter. Once it is available, download file compressed file and unzip it.

! Installation

For browser-based wikis, drag and drop this link to install the Twitter Archivist plugin in your own wikis (note that a reload will be required after installing the plugin and saving the wiki):

{{$:/plugins/tiddlywiki/twitter-archivist||$:/core/ui/Components/plugin-info}}

For Node.js-based wikis, add `tiddlywiki/twitter-archivist` to the `plugin` section of `tiddlywiki.info`:

```
...
	"plugins": [
		"tiddlywiki/twitter-archivist"
	],
...
```

! Limitations of Twitter Archives

The Twitter Archive format itself has many shortcomings which affect this tool:

* Retweets come through as old-school RTs, which means that they are often truncated
* Likes only have minimal information, lacking date, author and mentions
* Twitter archives can be delivered in multiple parts, but this tool has only been tested with single archives. It is hoped that cumulatively importing each of the archives in turn should work

A future version of this tool may use the Twitter API to get around these restrictions.