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