From 0f2a3b3b97ee6e42b3c0ef69bb149ae85d07d411 Mon Sep 17 00:00:00 2001 From: Arnold Schrijver Date: Sun, 16 Jun 2024 19:25:06 +0200 Subject: [PATCH] Add BigBone to Libraries --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 5dbcb49..9134b91 100644 --- a/README.md +++ b/README.md @@ -92,6 +92,8 @@ A curated list of resources for ActivityPub developers who create software for t * [**atoot**](https://github.com/popura-network/atoot): Library providing an easy way to create Mastodon API applications `MIT, Python` +* [**BigBone**](https://github.com/andregasser/bigbone): A fork of Mastodon4J, a Mastodon client library for Java and Kotlin. `MIT, Kotlin` + * [**Clovis**](https://github.com/WellFactored/clovis): [ARCHIVED] Implementation of ActivityPub in Scala. (Hobby project included here for reference only.) `AGPL-3.0, Scala` * [**Bovine**](https://codeberg.org/helge/bovine/bovine/) ([PyPI](https://pypi.org/project/bovine/), [ReadTheDocs](https://bovine.readthedocs.io/en/latest/index.html), [Fedi account](https://blog.mymath.rocks/)): Basic Python FediVerse utility library. `MIT, Python`