{% extends "snh/snh_base.html" %} {% block extrahead %} {% endblock %} {% block submenu %}
All users | {% for h in all_harvesters %}{{ h }} | {% endfor %}
Name | Screen Name | Description | Followers count | Friends count | Statuses count | Listed count | URL | Location | Time zone | UTC offset | Protected | Language |
---|---|---|---|---|---|---|---|---|---|---|---|---|
{{ twuser.name }} | {{ twuser.screen_name }} | {{ twuser.description }} | {{ twuser.followers_count }} | {{ twuser.friends_count }} | {{ twuser.statuses_count }} | {{ twuser.listed_count }} | {{ twuser.location }} | {{ twuser.time_zone }} | {{ twuser.utc_offset }} | {{ twuser.protected }} | {{ twuser.lang }} |
Created at | ID | Text | Retweet count | Retweeted | source | Truncated | Favorited | Mentions | Hash tag | URLS |
---|---|---|---|---|---|---|---|---|---|---|
{{ status.created_at.ctime }} | {{ status.fid }} | {{ status.text|urlize }} | {{ status.retweet_count }} | {{ status.retweeted }} | {{ status.source|safe }} | {{ status.truncated }} | {{ status.favorited }} | {% for mention in mentions %} @{{ mention }} {% endfor %} | {% for tag in tags %} #{{ tag }} {% endfor %} | {% for url in urls %} {{ url|urlize }} {% endfor %} |