tscrape_html.1 - tscrape - twitter scraper (not working anymore) | |
git clone git://git.codemadness.org/tscrape | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
tscrape_html.1 (724B) | |
--- | |
1 .Dd March 20, 2020 | |
2 .Dt TSCRAPE_HTML 1 | |
3 .Os | |
4 .Sh NAME | |
5 .Nm tscrape_html | |
6 .Nd format TSV data to HTML | |
7 .Sh SYNOPSIS | |
8 .Nm | |
9 .Op Ar file... | |
10 .Sh DESCRIPTION | |
11 .Nm | |
12 formats tscrape data (TSV) from | |
13 .Xr tscrape 1 | |
14 from stdin or | |
15 .Ar file | |
16 to stdout in HTML. | |
17 If one or more | |
18 .Ar file | |
19 are specified, the basename of the | |
20 .Ar file | |
21 is used as the feed name in the output. | |
22 If no | |
23 .Ar file | |
24 parameters are specified and so the data is read from stdin the feed name | |
25 is empty. | |
26 .Pp | |
27 Items with a timestamp from the last day compared to the system time at … | |
28 time of formatting are counted and marked as new. | |
29 .Sh EXIT STATUS | |
30 .Ex -std | |
31 .Sh SEE ALSO | |
32 .Xr tscrape 1 , | |
33 .Xr tscrape_plain 1 , | |
34 .Xr tscrape 5 | |
35 .Sh AUTHORS | |
36 .An Hiltjo Posthuma Aq Mt [email protected] |