diff options
author | Anthony Wang | 2023-01-18 06:27:17 +0000 |
---|---|---|
committer | Anthony Wang | 2023-01-18 06:27:17 +0000 |
commit | 31a28b64fb979412797cf0e60828f9564bf726ca (patch) | |
tree | caf3c0086adf838699240340f0decd1fdd80725e | |
parent | dac4d322a65c87b3ff6099c7494a71bf57f0eeb7 (diff) |
idk 2.0
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22,7 +22,7 @@ That wasn't so bad, was it? (sobbing sounds) Alright, time for the real deal. Start up `python server.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/), writing some homemade JSON, and figuring out how `python client.py` works. That's rough, buddy. You'll have to learn how to manually write `Note`s, manually accept follow requests, and more! You can find some examples in this repo. HTTP signatures are generated client-side, for no good reason other than it works. If you want to view your unread messages, just `curl` your inbox. Easy as that. +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. That's rough, buddy. You'll have to learn how to manually write `Note`s, manually accept follow requests, and more! You can find some examples in this repo. HTTP signatures are generated client-side, for no good reason other than it works. If you want to view your unread messages, just `curl` your inbox. Easy as that. (screaming in pain sounds) Enjoy your new "extremely hardcore" ActivityPub server!!! 🎉😎🚀🙃🥳 |