Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/reiver/go-bsky
- Owner: reiver
- License: mit
- Created: 2024-07-12T15:29:09.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-09-06T20:57:01.000Z (5 months ago)
- Last Synced: 2024-11-16T22:55:24.206Z (2 months ago)
- Topics: at-protocol, atproto, bluesky
- Language: Go
- Homepage:
- Size: 86.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)