Skip to content

Latest commit

 

History

History
75 lines (47 loc) · 875 Bytes

README.md

File metadata and controls

75 lines (47 loc) · 875 Bytes

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