| v1 has been disabled on most instances by now. The change is minor: hash-tags are now reported as proper structs instead of a simple string-array. | ||
|---|---|---|
| .. | ||
| cmd_account.go | ||
| cmd_account_test.go | ||
| cmd_delete.go | ||
| cmd_delete_test.go | ||
| cmd_follow.go | ||
| cmd_follow_test.go | ||
| cmd_followers.go | ||
| cmd_followers_test.go | ||
| cmd_instance.go | ||
| cmd_instance_activity.go | ||
| cmd_instance_peers.go | ||
| cmd_instance_test.go | ||
| cmd_mikami.go | ||
| cmd_mikami_test.go | ||
| cmd_notification.go | ||
| cmd_notification_test.go | ||
| cmd_search.go | ||
| cmd_search_test.go | ||
| cmd_stream.go | ||
| cmd_stream_test.go | ||
| cmd_test.go | ||
| cmd_timeline.go | ||
| cmd_timeline_test.go | ||
| cmd_toot.go | ||
| cmd_toot_test.go | ||
| cmd_upload.go | ||
| cmd_upload_test.go | ||
| cmd_xsearch.go | ||
| cmd_xsearch_test.go | ||
| main.go | ||
| main_test.go | ||
| README.md | ||
mstdn
command line tool for mstdn.jp
Usage
NAME:
   mstdn - mastodon client
USAGE:
   mstdn [global options] command [command options] [arguments...]
VERSION:
   0.0.1
COMMANDS:
     toot          post toot
     stream        stream statuses
     timeline      show timeline
     notification  show notification
     instance      show instance information
     account       show account information
     search        search content
     follow        follow account
     followers     show followers
     upload        upload file
     delete        delete status
     init          initialize profile
     mikami        search mikami
     xsearch       cross search
     help, h       Shows a list of commands or help for one command
GLOBAL OPTIONS:
   --profile value  profile name
   --help, -h       show help
   --version, -v    print the version
Installation
$ go get github.com/mattn/go-mastodon/cmd/mstdn
License
MIT
Author
Yasuhiro Matsumoto (a.k.a. mattn)