From 41e11eae47534b1f782f90481d1d41563dd7e22b Mon Sep 17 00:00:00 2001 From: L3D Date: Sat, 25 Dec 2021 05:32:51 +0100 Subject: [PATCH] download everything.schedule.json too --- dl_tweets.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dl_tweets.sh b/dl_tweets.sh index 3e0c89d..f90d14b 100755 --- a/dl_tweets.sh +++ b/dl_tweets.sh @@ -7,3 +7,5 @@ curl -s -X GET -H "Authorization: Bearer $BEARER_TOKEN" \ curl -s "https://chaos.social/api/v1/timelines/tag/rc3cwtv" > 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 + +curl -s "https://data.c3voc.de/rC3_21/everything.schedule.json" > public/everything.schedule.json