• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

.gitignoreH A D09-Apr-202014 22

LICENSEH A D09-Apr-20201.1 KiB2317

TODOH A D09-Apr-20202.4 KiB5757

actor.goH A D09-Apr-202023.2 KiB817614

go.modH A D09-Apr-2020444 1512

go.sumH A D09-Apr-20202.1 KiB2322

http.goH A D09-Apr-202011.6 KiB353274

nodeinfo.goH A D09-Apr-20201 KiB5345

readme.mdH A D09-Apr-2020776 116

remoteActor.goH A D09-Apr-20202.4 KiB10981

setup.goH A D09-Apr-20202 KiB8654

snips.mdH A D09-Apr-20203.6 KiB8769

util.goH A D09-Apr-20202 KiB10680

readme.md

1# ActivityServe
2
3## A very light ActivityPub library in go
4
5This library was built to support the very little functions that [pherephone](https://github.com/writeas/pherephone) requires. It might never be feature-complete but it's a very good point to start your activityPub journey. Take a look at [activityserve-example](https://github.com/writeas/activityserve-example) for a simple main file that uses **activityserve** to post a "Hello, world" message.
6
7For now it supports following and unfollowing users, accepting follows, announcing (boosting) other posts and this is pretty much it.
8
9The library is still a moving target and the api is not guaranteed to be stable.
10
11You can override the auto-accept upon follow by setting the `actor.OnFollow` to a custom function.