README: some rewording - tscrape - twitter scraper
HTML git clone git://git.codemadness.org/tscrape
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit 62a3853f6428208e5be727175479ebcede127497
DIR parent 5ca572b963ed7b64485d016eec950ca3a646d107
HTML Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date: Sat, 6 Jun 2020 12:51:50 +0200
README: some rewording
Diffstat:
M README | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
---
DIR diff --git a/README b/README
@@ -10,7 +10,7 @@ are also some programs and scripts included to import and export OPML and to
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
---