Mastodon client for CLI.
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.
Login to mastodon instance, and approve this app.
$ gyudon auth
Input mastodon instance url, email and password for login.
Retrieving recent posts from timeline:
$ gyudon timeline
You can specify the number of posts to get.
$ gyudon timeline 10
Posting new status:
$ gyudon toot "I want to eat Gyudon."
Reblogging a status:
$ gyudon bt 12345
The number is status id.
Favouriting a status:
$ gyudon fav 12345
The number is status id.
MIT