fresh twitter query

This commit is contained in:
⧉ infominer 2020-10-31 16:42:28 -04:00
parent 89aea57081
commit 05b91a14c8
2 changed files with 84 additions and 1 deletions

View file

@ -11,7 +11,7 @@ header:
classes: wide
---
{% for row in site.data.ssitw102920 %}
{% for row in site.data.ssitw103120 %}
<h3><a href="https://twitter.com/{{ row.User }}">@{{ row.User }}</a> wrote at: <a href="{{ row.Link }}">{{ row.Time }}</a></h3>
<p><sup>Likes: <a href="{{ row.Link }}/likes">{{ row.Favorites }}</a> Following: <a href="https://twitter.com/{{ row.User }}/following/">{{ row.Following }}</a> Followed: <a href="https://twitter.com/{{ row.User }}/followers/">{{ row.Followers }}</a> {% if row.Retweets != "0" %}Retweets: <a href="{{ row.Link }}/retweets">{{ row.Retweets }}</a>{% endif %} {% if row.ReplyURL != "[]" and row.ReplyURL != blank %} - <a href="{{ row.ReplyURL }}">Reply to</a>{% endif %}</sup></p>
<blockquote>{{ row.Text }}</blockquote>