Guile-Mastodon
GNU Guile module implementing Mastodon REST API protocol.
Install
Autotools
./bootstrap
./configure
make
make install
Guix
Use local packages
guix package -f guix.scm
Release 0.0.1 is available on GuixSD
guix package -i guile-mastodon
Example
(use-modules (mastodon)
(mastodon types))
(let ((my-inst (make-mastodon "Framapiaf"
"https://framapiaf.org"
"<acces_token>")))
(new-status my-inst
#:status "Hello from guile-mastodon !"))
Source Code
Guile-Mastodon is hosted on Framasoft Gitlab (Framagit). See the repo here.
git clone https://framagit.org/prouby/guile-mastodon
License
Guile-Mastodon is Free Software under GNU GPL3+