diff options
author | Anthony Wang | 2023-01-18 05:01:59 +0000 |
---|---|---|
committer | Anthony Wang | 2023-01-18 05:01:59 +0000 |
commit | 53f0c72117894c389e6e4c2990f802486eff330e (patch) | |
tree | e9247d13e9cd4f9fb0c9bbfeaa971a7edde5766c /README.md | |
parent | 80e5041182782ee9dea5e9aea063c846e168df01 (diff) |
Implement (broken) HTTP signatures
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -24,7 +24,7 @@ That wasn't so bad, was it? (sobbing sounds) Alright, time for the real deal. Start up `python main.py` on your server. If you want to customize the port or whatever, just change the source code. -Now on your client device, open up your favorite C2S ActivityPub client... oh wait... there aren't any! Welp, you'll just have to settle for reading the [AP spec](https://www.w3.org/TR/activitypub/) and `curl`ing some homemade JSON. That's rough, buddy. +Now on your client device, open up your favorite C2S ActivityPub client... oh wait... there aren't any! Welp, you'll just have to settle for reading the [AP spec](https://www.w3.org/TR/activitypub/), writing some homemade JSON, and figuring out how `python client.py` works. Like and subscribe and enjoy your new "extremely hardcore" ActivityPub server!!! 🎉😎🚀🙃🥳 |