README: some rewording - tscrape - twitter scraper | |
git clone git://git.codemadness.org/tscrape | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit 62a3853f6428208e5be727175479ebcede127497 | |
parent 5ca572b963ed7b64485d016eec950ca3a646d107 | |
Author: Hiltjo Posthuma <[email protected]> | |
Date: Sat, 6 Jun 2020 12:51:50 +0200 | |
README: some rewording | |
Diffstat: | |
M README | 4 +++- | |
1 file changed, 3 insertions(+), 1 deletion(-) | |
--- | |
diff --git a/README b/README | |
@@ -10,7 +10,7 @@ are also some programs and scripts included to import and exp… | |
fetch, filter, merge and order items. | |
The name tscrape is used because it used to scrape the HTML from the Twitter | |
-page. It is now using the JSON API contents. | |
+page. It is now using the JSON API. | |
Build and install | |
@@ -36,6 +36,8 @@ Using sfeed to convert the tscrape TSV output to an Atom feed: | |
OFS "" OFS "" OFS $5 OFS $7 OFS ""; | |
}' | sfeed_atom | |
+sfeed can be found at: https://codemadness.org/git/sfeed/file/README.html | |
+ | |
Why | |
--- |