Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/reiver/go-act
- Owner: reiver
- License: mit
- Created: 2024-12-04T01:50:24.000Z (about 1 month ago)
- Default Branch: master
- Last Pushed: 2024-12-04T01:52:09.000Z (about 1 month ago)
- Last Synced: 2024-12-04T02:35:37.130Z (about 1 month ago)
- Topics: activitypub, activitystreams, activitystreams-vocabulary, fediverse
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)