文件名称:emoji-dl:从Fediverse实例中获取暗示Mastodon API的表情符号
文件大小:8KB
文件格式:ZIP
更新时间:2024-02-24 07:08:53
emoji mastodon emojis mastodon-api grab-emojis
表情符号 简单的CLI可以从Fediverse实例中获取表情符号,其中包含Mastodon API。 (例如Mastodon和Pleroma) 建立 自己编译,克隆仓库并运行 go build 这个项目应该是模块感知的,如果您的版本低于1.11,则必须将其克隆到$ GOPATH中。 包括了一个替代的构建脚本,但是该脚本仅旨在使创建发行版变得更加简单。 用法 ./emoji-dl instance.name or ./emoji-dl https://instance.name 最简单的形式是emoji-dl instance-name-here ,它将以静默方式运行,然后转储到以该实例命名的文件夹中(例如emoji-dl mastodon-social会将其转储到名为mastodon.social的文件夹中)。 我打算仅使用golang的内部版本来支持标志,因此它们有点脾气,并且与预期的UNIX规范略有不同。 这是所有标志的列表。 -h displays a help message. -batch=false turns off batch downloading. -size
【文件预览】:
emoji-dl-master
----LICENSE(1KB)
----build-all-platforms.fish(767B)
----main.go(2KB)
----.gitignore(35B)
----emoji()
--------log.go(322B)
--------error.go(221B)
--------connection.go(925B)
--------api.go(242B)
--------collection.go(3KB)
--------batch.go(302B)
----README.md(2KB)
----go.mod(35B)