tscrape_update: increase timeline limit from 50 to 100 - tscrape - twitter scraper
(HTM) git clone git://git.codemadness.org/tscrape
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 0ec2e56f6971b7e33e84fc35aeaa796f9044554e
(DIR) parent ff8d2ecaed4cb56e6cc1ccdc4a43e1a3e45eb61f
(HTM) Author: Hiltjo Posthuma <hiltjo@codemadness.org>
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(-)
---
(DIR) 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_name=$2&tweet_mode=extended&count=50&include_rts=1"
+ url="https://api.twitter.com/1.1/statuses/user_timeline.json?screen_name=$2&tweet_mode=extended&count=100&include_rts=1"
# fail on redirects, hide User-Agent, timeout is 15 seconds.
curl -L --max-redirs 0 -H "User-Agent:" -f -s -m 15 \