@2fd7551e @Terence Eden’s Blog, I can see blog posts being posted from @4f42afc7 https://mastodon.social/@admin@shkspr.mobi/111057625487633004
@1070ffdc @Terence Eden’s Blog oh! Thanks - it appears to be working. I just need to get the follow requests going now 🙂
@2fd7551e, by the way, you can ask Mastodon to fetch older posts by running something like this: for d in $(GET -o links https://shkspr.mobi/blog/ | grep 2023 | sed -e 's,/#.*,,g' -e 's,/$,,g' | sort | uniq | grep -v '[0-9]$' | grep -v wp-content | grep -v '\.js$' | cut -f2) do curl -v -G -d q="$d" -H 'Cookie: ...' 'https://mastodon.social/api/v2/search?resolve=true&limit=1' done