Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/reiver/go-act

Package act provides an implementation of the ActivityPub and ActivityStreams protocols, as they are used on the Fediverse, for the Go programming language.
https://github.com/reiver/go-act

activitypub activitystreams activitystreams-vocabulary fediverse

Last synced: about 1 month ago
JSON representation

Package act provides an implementation of the ActivityPub and ActivityStreams protocols, as they are used on the Fediverse, for the Go programming language.

Awesome Lists containing this project

README

        

# go-act

Package **act** provides an implementation of the ActivityPub and ActivityStreams protocols, as they are used on the Fediverse, for the Go programming language.

## Documention

Online documentation, which includes examples, can be found at: http://godoc.org/github.com/reiver/go-act

[![GoDoc](https://godoc.org/github.com/reiver/go-act?status.svg)](https://godoc.org/github.com/reiver/go-act)

## Import

To import package **act** use `import` code like the follownig:
```
import "github.com/reiver/go-act"
```

## Installation

To install package **act** do the following:
```
GOPROXY=direct go get github.com/reiver/go-act
```

## Author

Package **act** was written by [Charles Iliya Krempeaux](http://reiver.link)