Skip to content

TomckySan/Gyudon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Mastodon client for CLI.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages