tscrape.5 - tscrape - twitter scraper (not working anymore) | |
git clone git://git.codemadness.org/tscrape | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
tscrape.5 (1087B) | |
--- | |
1 .Dd June 05, 2020 | |
2 .Dt TSCRAPE 5 | |
3 .Os | |
4 .Sh NAME | |
5 .Nm tscrape | |
6 .Nd feed format | |
7 .Sh SYNOPSIS | |
8 .Nm | |
9 .Sh DESCRIPTION | |
10 .Xr tscrape 1 | |
11 writes the feed data in a TAB-separated format to stdout. | |
12 .Sh TAB-SEPARATED FORMAT FIELDS | |
13 The items are output per line in a TSV-like format. | |
14 .Pp | |
15 The fields are not allowed to have newlines and TABs, all whitespace cha… | |
16 are replaced by a single space character. | |
17 Control characters are removed. | |
18 .Sh TAB-SEPARATED FORMAT FIELDS | |
19 The items are saved in a TSV-like format. | |
20 Control characters are replaced by a single space. | |
21 .Pp | |
22 The order and content of the fields are: | |
23 .Bl -tag -width 17n | |
24 .It timestamp | |
25 UNIX timestamp in UTC+0, empty on parse failure. | |
26 .It username | |
27 Twitter username (can be a retweet). | |
28 .It fullname | |
29 Twitter fullname (can be a retweet). | |
30 .It tweet text | |
31 Tweet text. | |
32 .It item id | |
33 Item id. | |
34 .It item username | |
35 Item username. | |
36 .It item fullname | |
37 Item fullname. | |
38 .It item retweetid | |
39 Item Retweet ID. | |
40 .It item is pinned | |
41 Item is pinned or not? 0 or 1. | |
42 .El | |
43 .Sh SEE ALSO | |
44 .Xr tscrape 1 , | |
45 .Xr tscrape_plain 1 | |
46 .Sh AUTHORS | |
47 .An Hiltjo Posthuma Aq Mt [email protected] |