From ec0d16e9beceaad1105b08c9385b1e214892de30 Mon Sep 17 00:00:00 2001 From: Flancian <0@flancia.org> Date: Sun, 18 Sep 2022 18:20:22 +0200 Subject: [PATCH] I keep using thecla for noding, this clearly means I need different colors... or to just enable autopush ;) --- journal/2022-09-18.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/journal/2022-09-18.md b/journal/2022-09-18.md index 3573406ea..2f7deb5a4 100644 --- a/journal/2022-09-18.md +++ b/journal/2022-09-18.md @@ -4,5 +4,18 @@ - I was active on the [[fediverse]] though. - #push [[pomodoros]] - #1 fix agora twitter bot, try to finally [[opt in writes]] with this + - Twitter limits keep making this harder than it should be. + - While I wait for quota to try this, I consider... what I write below. - #2 then do the fediverse (that bot is working currently) - See [[twitter agora bot]] for next actions. + +I should create a second account for the Agora on Twitter, @an_agora is having many problems. If nothing else I'll use it to test; the fact that I don't have a test account makes it so that the bot is broken half the time because I don't have a release process for meaningfully testing changes. It's pretty terrible. For [[agora server]] I have dev.anagora.org and a local environment, but not for bots in [[agora bridge]]. + +Another thought: sqlite in [[agora bridge]] will really help with this, as bots could just query the graph stored in [[agora]] (root repo) instead of having to rely on Twitter for all state in the social graph. + +This leads, again, to the question: should we just use [[moa]] as [[agora bridge]]? + +- #push [[moa]] + - [ ] check license + - [ ] read code + - [ ] see if it can run on sqlite