From 63ef456f04786960187631fd68b21c5f83c52c6b Mon Sep 17 00:00:00 2001 From: jk Date: Thu, 22 Jul 2021 08:04:09 +0100 Subject: [PATCH] Scripted auto-commit on change (2021-07-22 08:04:09) by gitwatch.sh --- content/note/60f91867/index.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 content/note/60f91867/index.md diff --git a/content/note/60f91867/index.md b/content/note/60f91867/index.md new file mode 100644 index 00000000..3f3f9863 --- /dev/null +++ b/content/note/60f91867/index.md @@ -0,0 +1,16 @@ +--- +category: + - 'GtS + Webmentions Website Project' +date: '2021-07-22 08:04:07' +draft: false +posttype: note +sensitive: 'true' +slug: 60f91867 +visibility: public +title: note +--- +Now that I have GoToSocial up and running (easiest fediverse instance install ever!), I'll need to work out how to create an OAUTH token via a script and experiment with pulling various kinds of posts to see what payloads I get in response and work out how best to utilise the data. + +I'm thinking to either send all data via the existing webmentions infrastructure but that may leave some blind spots, so the other options is to use the data directly and emulate what the existing webmentions process is doing.. I don't think I want to replace the webmentions endpoint at this point.. + +Fun times