activitypubplay/Java/Spring/activitypubbot
2025-03-10 16:56:25 +00:00
..
gradle/wrapper initial check-in for project to implement a minimal ActivityPub bot in Java/Spring 2025-01-23 17:27:34 +00:00
src Trying to lock down activity POST handling content types as per a combo of the specification and also Mastodon behaviour. Reinstanting correct error codes as exceptions. Also some drive-by tidying and weeding & sorting imports. 2025-02-06 19:21:32 +00:00
.gitattributes initial check-in for project to implement a minimal ActivityPub bot in Java/Spring 2025-01-23 17:27:34 +00:00
.gitignore initial check-in for project to implement a minimal ActivityPub bot in Java/Spring 2025-01-23 17:27:34 +00:00
build.gradle Now generating RSA keys. 2025-02-04 00:03:08 +00:00
genkeys.sh Initial working skeleton/prototype that merely returns a hard-coded actor 2025-01-24 00:46:56 +00:00
gradlew initial check-in for project to implement a minimal ActivityPub bot in Java/Spring 2025-01-23 17:27:34 +00:00
gradlew.bat initial check-in for project to implement a minimal ActivityPub bot in Java/Spring 2025-01-23 17:27:34 +00:00
README.md popping a readment into the java project 2025-03-10 16:56:25 +00:00
settings.gradle initial check-in for project to implement a minimal ActivityPub bot in Java/Spring 2025-01-23 17:27:34 +00:00

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.