Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cxxxr/cl-mastodon
https://github.com/cxxxr/cl-mastodon
common-lisp mastodon
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/cxxxr/cl-mastodon
- Owner: cxxxr
- License: mit
- Created: 2017-04-27T12:28:07.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-05-04T12:07:02.000Z (over 7 years ago)
- Last Synced: 2024-04-13T12:53:43.887Z (7 months ago)
- Topics: common-lisp, mastodon
- Language: Common Lisp
- Size: 38.1 KB
- Stars: 6
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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