Added twitter archive

This commit is contained in:
Eric Wagoner
2022-12-20 23:03:23 -05:00
parent 34ebb789c3
commit d845c2768a
10521 changed files with 495330 additions and 0 deletions

19
content/mytweets.md Normal file
View File

@@ -0,0 +1,19 @@
## Welcome to the @ewagoner Twitter archive
{{< 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" />
<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>
</div>
<p>This site was made with <a href="https://tinysubversions.com/twitter-archive/make-your-own/">this Twitter archiving tool</a>.</p>
<script src="https://cdnjs.cloudflare.com/ajax/libs/elasticlunr/0.9.6/elasticlunr.min.js"></script>
<script src="/mytweets/app.js"></script>
{{< /rawhtml >}}