Introduction
Introduction Statistics Contact Development Disclaimer Help
update tscrape.1: document format - tscrape - twitter scraper
git clone git://git.codemadness.org/tscrape
Log
Files
Refs
README
LICENSE
---
commit 8687ecf047ce644a17933cc4edf716bfb702ee83
parent b05127c4659da5b6d49e553877620008ea5732aa
Author: Hiltjo Posthuma <[email protected]>
Date: Fri, 11 May 2018 20:20:50 +0200
update tscrape.1: document format
Diffstat:
M tscrape.1 | 20 +++++++++++++++-----
1 file changed, 15 insertions(+), 5 deletions(-)
---
diff --git a/tscrape.1 b/tscrape.1
@@ -1,14 +1,14 @@
-.Dd April 23, 2016
+.Dd May 11, 2018
.Dt TSCRAPE 1
.Os
.Sh NAME
.Nm tscrape
-.Nd twitter scraper
+.Nd Twitter scraper
.Sh SYNOPSIS
.Nm
.Sh DESCRIPTION
.Nm
-reads the twitter HTML page and scrapes the data into a
+reads the Twitter HTML page and scrapes the data into a
TAB-separated format to stdout.
.Sh TAB-SEPARATED FORMAT FIELDS
The items are saved in a TSV-like format. Control characters are replaced
@@ -20,12 +20,22 @@ The order and format of the fields are:
UNIX timestamp in UTC+0.
.It timestamp
Local date and time in the format: YYYY-mm-dd HH:MM.
-.It tweet text
-Tweet text.
.It username
Twitter username (can be a retweet).
.It fullname
Twitter fullname (can be a retweet).
+.It tweet text
+Tweet text.
+.It item id
+Item id.
+.It item username
+Item username.
+.It item fullname
+Item fullname.
+.It item retweetid
+Item Retweet ID.
+.It item is pinned
+Item is pinned or not? 0 or 1.
.El
.Sh EXAMPLES
.Bd -literal -offset left
You are viewing proxied material from codemadness.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.