Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/cxxxr/cl-mastodon


https://github.com/cxxxr/cl-mastodon

common-lisp mastodon

Last synced: 5 days ago
JSON representation

Awesome Lists containing this project

README

        

# cl-mastodon

## Usage
```common-lisp
(defvar *app* (make-app "https://mstdn.jp"))
(uiop:run-program (format nil "firefox '~A' &" (get-authorization-uri *app*))) ; copy authorization code
(init-access-token-with-code *app* code)

(get-current-user *app*) ; => #
```

## License

MIT