Update dl_tweets.sh to ?limit=42
This commit is contained in:
parent
44e5af67f6
commit
41feb31c7b
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue