fix typo due to intense hatred of HTTP2 - tscrape - twitter scraper
HTML git clone git://git.codemadness.org/tscrape
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit 144334ccda681fa236d14bbfd602cd939a7ee86b
DIR parent d4d0682ad7de47c5788ed2bdeb251c7a7d58688d
HTML Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date: Sat, 23 Apr 2016 15:06:03 +0200
fix typo due to intense hatred of HTTP2
Diffstat:
M README | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
DIR diff --git a/README b/README
@@ -16,7 +16,7 @@ curl --http1.0 -H 'User-Agent:' -s 'https://twitter.com/namehere/with_replies' |
or without retweets:
-curl -http1.0 -H 'User-Agent:' -s 'https://twitter.com/namehere' | tscrape
+curl --http1.0 -H 'User-Agent:' -s 'https://twitter.com/namehere' | tscrape
Why