Skip to content
/ madon Public
forked from McKael/madon

Golang Mastodon API library

License

Notifications You must be signed in to change notification settings

cortices/madon

This branch is 18 commits behind McKael/madon:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

12ec661 · Jul 29, 2019
Apr 15, 2017
Sep 29, 2018
Apr 17, 2017
Sep 29, 2018
Sep 7, 2018
Apr 20, 2019
Sep 19, 2018
Sep 5, 2018
Sep 5, 2018
Sep 5, 2018
Jul 29, 2019
Jul 29, 2019
Sep 6, 2018
Sep 7, 2018
Mar 19, 2018
Sep 5, 2018
Apr 19, 2017
Jul 24, 2019
Sep 7, 2018
Sep 7, 2018
Sep 6, 2018
Sep 7, 2018
Sep 7, 2018
Sep 5, 2018
Sep 7, 2018
Sep 6, 2018

Repository files navigation

madon

Golang library for the Mastodon API

godoc license build Go Report Card

madon is a Go library to access the Mastondon REST API.

This implementation covers 100% of the current API, including the streaming API.

The madonctl console client uses this library exhaustively.

Installation

To install the library (Go >= v1.5 required):

go get github.com/McKael/madon

For minimal compatibility with Go modules support (in Go v1.11), it is recommended to use Go version 1.9+.

You can test it with my CLI tool:

go get github.com/McKael/madonctl

Usage

This section has not been written yet (PR welcome).

For now please check godoc and check the madonctl project implementation.

History

This API implementation was initially submitted as a PR for gondole.

The repository is actually a fork of my gondole branch so that history and credits are preserved.

References

About

Golang Mastodon API library

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 100.0%