• 设为首页
  • 点击收藏
  • 手机版
    手机扫一扫访问
    迪恩网络手机版
  • 关注官方公众号
    微信扫一扫关注
    迪恩网络公众号

compufox/mastodon-cl: A common lisp library for interfacing with Mastodon

原作者: [db:作者] 来自: 网络 收藏 邀请

开源软件名称(OpenSource Name):

compufox/mastodon-cl

开源软件地址(OpenSource Url):

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

开源编程语言(OpenSource Language):

Common Lisp 100.0%

开源软件介绍(OpenSource Introduction):

mastodon-cl

a mastodon API wrapper written in Common Lisp!

currently not on quicklisp, but supports being loaded by it, assuming your folders are properly set up

(ql:quickload :mastodon)
(masto:register-application "My Awesome App" :instance "cybre.space" :scopes '("read" "write" "follow"))
(masto:login "[email protected]" "myFantasticPassword1!" :scopes '("read" "write" "follow"))
(masto:post-status "Hello from Lisp!")

Setting a content warning:

(masto:post-status "this post should be hidden" :cw "Hiding that post!")

Adding pictures to a status (and setting the picture to NSFW):

(masto:post-status "this post should have images attached" :media '("/path/to/file.png" "/path/to/another.jpg") :nsfw t)

Setting different visibility options for a post:

(masto:post-status "This post is unlisted :eyes:" :visibility "unlisted")

Getting timelines:

(masto:get-home-timeline)
(masto:get-local-timeline :limit 30)
(masto:get-notifications)

Timeline streaming is also supported! (very much a WIP as of right now)

(mastodon.streaming:stream-home)
(mastodon.streaming:stream-notifications)

Todo

If you want full access to the api look in the package mastodon.api (gets loaded with the mastodon package). It exposes a lot more of the direct mastodon api to play with!

Feel free to submit PRs and issues!

If you need to reach me, I'm on Mastodon @[email protected]




鲜花

握手

雷人

路过

鸡蛋
该文章已有0人参与评论

请发表评论

全部评论

专题导读
上一篇:
kiritan-pop/mastodon_others: マストドン関連发布时间:2022-08-17
下一篇:
TheKinrar/mastodon-patches: Patches to the Mastodon source code发布时间:2022-08-17
热门推荐
阅读排行榜

扫描微信二维码

查看手机版网站

随时了解更新最新资讯

139-2527-9053

在线客服(服务时间 9:00~18:00)

在线QQ客服
地址:深圳市南山区西丽大学城创智工业园
电邮:jeky_zhao#qq.com
移动电话:139-2527-9053

Powered by 互联科技 X3.4© 2001-2213 极客世界.|Sitemap