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