Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Package bsky provides an implementation of (non- AT-protocol portions of) the BlueSky protocol, for the Go programming language.
https://github.com/reiver/go-bsky

at-protocol atproto bluesky

Last synced: 5 days ago
JSON representation

Package bsky provides an implementation of (non- AT-protocol portions of) the BlueSky protocol, for the Go programming language.

Awesome Lists containing this project

README

        

# go-bsky

Package **bsky** provides an implementation of (non- AT-protocol portions of) the **BlueSky** protocol, for the Go programming language.

## Documention

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

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

## Import

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

## Installation

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

## Author

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