tweet archive
This commit is contained in:
parent
f4ea90bf15
commit
97ad6c3992
@ -1,13 +1,20 @@
|
||||
## Welcome to the @ewagoner Twitter archive
|
||||
---
|
||||
title: Welcome to the @ewagoner Twitter archive
|
||||
---
|
||||
|
||||
I was an early adopter of Twitter, going back to when its main interface was via SMS. Somehow it managed to completely replace all the writing I was doing on my blog, something I had been doing for nearly a decade.
|
||||
|
||||
The Musk takeover made me realize I needed to reclaim my words and my online presence. The way he turned it into a (not so) proverbial Nazi bar made me realize I couldn't be in both places.
|
||||
|
||||
But damned if he was going to have all my words, so I took them with me. Here, you can search my tweets, get a link to an archived version, and view all the content in a nice, threaded form where applicable. This does not include replies to other people, so this is just "standalone" tweets and threads.
|
||||
|
||||
{{< rawhtml >}}
|
||||
|
||||
<script src="/mytweets/searchDocuments.js"></script>
|
||||
<p>This is a page where you can search many of my tweets, get a link to an archived version, and view all the content in nice, threaded form where applicable. This does not include replies to other people in this archive, so this is just "standalone" tweets and threads.</p>
|
||||
<div class="tweet">
|
||||
<p id="loading">Loading search...</p>
|
||||
<div id="search" hidden>
|
||||
<input id="search-input" type="search" />
|
||||
Search: <input id="search-input" type="search" />
|
||||
<div id="sorting">Sort by: <button class="sort-button" onclick="sortResults('most-relevant')">most relevant</button> | <button class="sort-button" onclick="sortResults('oldest-first')">oldest first</button> | <button class="sort-button" onclick="sortResults('newest-first')">newest first</button> | <button class="sort-button" onclick="sortResults('most-popular')">most popular</button></div>
|
||||
<div id="output"></div>
|
||||
</div>
|
||||
|
@ -0,0 +1,19 @@
|
||||
---
|
||||
title: My Tweets Have Come Home to Roost
|
||||
description: ""
|
||||
date: 2022-12-21T04:17:16.164Z
|
||||
preview: ""
|
||||
draft: false
|
||||
tags:
|
||||
- tooling
|
||||
- colophon
|
||||
categories: ""
|
||||
lastmod: 2022-12-21T04:25:23.229Z
|
||||
---
|
||||
The [Twitter archiver](https://tinysubversions.com/twitter-archive/make-your-own/) that [@darius](https://friend.camp/@darius) made is really neat.
|
||||
|
||||
It takes the zip file of your archive from that site and it spits out a fully searchable static website of all your public tweets (that aren't replies to someone else).
|
||||
|
||||
It was super easy to integrate right into this [Hugo](https://gohugo.io)-powered website, [right here](https://blog.kestrelsnest.social/mytweets/).
|
||||
|
||||
Most of my tweets are shite, going right back to 2007, but there's some gold in there and I'm glad to have them at my fingertips in a space I own.
|
Loading…
Reference in New Issue
Block a user