Gyudon

Mastodon client for CLI.
授权协议 MIT License
开发语言 PHP
所属分类 应用工具、 终端/远程登录
软件类型 开源软件
地区 不详
投 递 者 季华茂
操作系统 跨平台
开源组织
适用人群 未知
 软件概览

Gyudon

Mastodon client for CLI.

Setup

Require composer.
Clone or download repository, then run composer install.

$ git clone https://github.com/TomckySan/Gyudon.git
$ cd ./Gyudon
$ composer install

Add the path to environment variable.

Authorization

Login to mastodon instance, and approve this app.

$ gyudon auth

Input mastodon instance url, email and password for login.

Usage

timeline

Retrieving recent posts from timeline:

$ gyudon timeline

You can specify the number of posts to get.

$ gyudon timeline 10

toot

Posting new status:

$ gyudon toot "I want to eat Gyudon."

bt

Reblogging a status:

$ gyudon bt 12345

The number is status id.

fav

Favouriting a status:

$ gyudon fav 12345

The number is status id.

TODO

License

MIT

相关阅读

相关文章

相关问答

相关文档