From 7e1bf555a6d6cfc14afd34e2565b908d1aefc034 Mon Sep 17 00:00:00 2001 From: cqql Date: Wed, 3 Jul 2024 20:01:45 +0200 Subject: [PATCH] added a line of content in readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index afe4fee..40fefa1 100755 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ #### a little fun thing i made back in early 2023 A bit of code that generates a 10 print pattern in one on the specified color palettes and sets the result as the banner on a Pleroma account. I made it run as a cronjob every day at midnight. +It required some reverse engineering of all the APIs, because at the time I was working on it, none of the documentation matched reality :) + You can see some generated examples in the [examples](examples) folder. ## Usage