Introduction
Introduction Statistics Contact Development Disclaimer Help
README: small improvement - tscrape - twitter scraper
git clone git://git.codemadness.org/tscrape
Log
Files
Refs
README
LICENSE
---
commit 291870afea3ad56366e82efaceef0f1288b34018
parent f0b2764a08ed2e73dc098f7b4792b81284624944
Author: Hiltjo Posthuma <[email protected]>
Date: Tue, 20 Jul 2021 15:20:17 +0200
README: small improvement
Diffstat:
M README | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/README b/README
@@ -33,7 +33,7 @@ Using sfeed to convert the tscrape TSV output to an Atom feed:
{
print $1 OFS $4 OFS "https://twitter.com/" $6 "/status/" $5 \
OFS "" OFS "" OFS $5 OFS $7 OFS "";
- }' < ~/.tscrape/feeds/name | sfeed_atom
+ }' ~/.tscrape/feeds/* | sfeed_atom
sfeed can be found at: https://codemadness.org/git/sfeed/file/README.html
You are viewing proxied material from codemadness.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.