From 489451711f94e13c1481eff72ea56ebd72d7bb3c Mon Sep 17 00:00:00 2001 From: Yvan Date: Mon, 10 Mar 2025 16:56:25 +0000 Subject: [PATCH] popping a readment into the java project --- Java/Spring/activitypubbot/README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 Java/Spring/activitypubbot/README.md diff --git a/Java/Spring/activitypubbot/README.md b/Java/Spring/activitypubbot/README.md new file mode 100644 index 0000000..11a4065 --- /dev/null +++ b/Java/Spring/activitypubbot/README.md @@ -0,0 +1,14 @@ +# Java / Sprin Boot ActivityPub Bot + +The status of this code is that it implements a basic service where via a web +UI you can create "bot" profiles which other ActivityPub instances can +successfully look up. + +The next step would be to implment follows. Followed by posts. So then you'd +have a bot that people can follow and it can post things that those people then +see. + +However at this point this project is shifted to the back-burner as it has +fulfilled it's short-term purpose (a quick Java refresher and getting an idea +of what Spring Boot is and does) and I now need to focus my time on other +things.