From 41feb31c7b1eb5bd08e0bd2b2f3595b640f677f9 Mon Sep 17 00:00:00 2001 From: L3D Date: Thu, 30 Dec 2021 19:28:20 +0000 Subject: [PATCH] Update dl_tweets.sh to ?limit=42 --- dl_tweets.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dl_tweets.sh b/dl_tweets.sh index f90d14b..41cf20b 100755 --- a/dl_tweets.sh +++ b/dl_tweets.sh @@ -4,7 +4,7 @@ curl -s -X GET -H "Authorization: Bearer $BEARER_TOKEN" \ "https://api.twitter.com/2/tweets/search/recent?query=%23rC3cwtv&tweet.fields=created_at&expansions=author_id,attachments.media_keys&media.fields=preview_image_url&user.fields=profile_image_url" > public/tweets-rc3.json # download mastodon toots from chaos.social -curl -s "https://chaos.social/api/v1/timelines/tag/rc3cwtv" > public/toots-rc3-chaos.social.json +curl -s "https://chaos.social/api/v1/timelines/tag/rc3cwtv?limit=42" > public/toots-rc3-chaos.social.json # curl -s "https://social.bau-ha.us/api/v1/timelines/tag/rc3cwtv" > public/toots-rc3-social.bau-ha.us.json # curl -s "https://social.tchncs.de/api/v1/timelines/tag/rc3cwtv" > public/toots-rc3-social.tchncs.de.json