tscrape_update: increase timeline limit from 50 to 100 - tscrape - twitter scra… | |
git clone git://git.codemadness.org/tscrape | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit 0ec2e56f6971b7e33e84fc35aeaa796f9044554e | |
parent ff8d2ecaed4cb56e6cc1ccdc4a43e1a3e45eb61f | |
Author: Hiltjo Posthuma <[email protected]> | |
Date: Fri, 19 Jun 2020 14:05:06 +0200 | |
tscrape_update: increase timeline limit from 50 to 100 | |
Diffstat: | |
M tscrape_update | 2 +- | |
1 file changed, 1 insertion(+), 1 deletion(-) | |
--- | |
diff --git a/tscrape_update b/tscrape_update | |
@@ -55,7 +55,7 @@ guesttoken() { | |
# fetch a feed via HTTP/HTTPS etc. | |
# fetch(name, twittername, feedfile) | |
fetch() { | |
- url="https://api.twitter.com/1.1/statuses/user_timeline.json?screen_na… | |
+ url="https://api.twitter.com/1.1/statuses/user_timeline.json?screen_na… | |
# fail on redirects, hide User-Agent, timeout is 15 seconds. | |
curl -L --max-redirs 0 -H "User-Agent:" -f -s -m 15 \ |