2020-10-18 00:02:46 +00:00
|
|
|
<!DOCTYPE html>
|
2020-10-18 01:08:12 +00:00
|
|
|
<title>Twitterchiver</title>
|
2020-10-18 00:02:46 +00:00
|
|
|
<h1>Twitterchiver</h1>
|
|
|
|
<h2>Accounts visible to {{.Username}}</h2>
|
|
|
|
<ul>
|
|
|
|
{{range .TwitterAccounts}}
|
|
|
|
<li><strong><a href="/view/{{.Username}}">{{.Username}}</a></strong> ({{.TweetCount}} tweets, latest tweet at {{.LatestTweet}})
|
|
|
|
{{end}}
|
|
|
|
</ul>
|
2020-10-21 02:04:34 +00:00
|
|
|
<h2>Stats</h2>
|
|
|
|
<dl>
|
|
|
|
<dt>Tweets</dt>
|
|
|
|
<dd>{{.TotalTweets}} tweets ({{.TimelineTweets}} on timeline)</dd>
|
|
|
|
|
|
|
|
<dt>Unfetched Media</dt>
|
|
|
|
<dd>{{.UnfetchedMedia}}</dd>
|
|
|
|
|
|
|
|
<dt>Unfetched Related</dt>
|
|
|
|
<dd>{{.UnfetchedRelated}}</dd>
|
|
|
|
</dl>
|