https://github.com/syuilo/taqz
CLI-Client of Twitter, Misskey and Mastodon
https://github.com/syuilo/taqz
Last synced: 3 months ago
JSON representation
CLI-Client of Twitter, Misskey and Mastodon
- Host: GitHub
- URL: https://github.com/syuilo/taqz
- Owner: syuilo
- License: mit
- Created: 2018-05-29T14:26:53.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-29T12:49:56.000Z (about 8 years ago)
- Last Synced: 2025-06-13T07:05:11.498Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 56.6 KB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# taqz
Misskey、TwitterおよびMastodonの、コマンドラインで動く簡単なクライアントです。
## Tips
- ファイルからの投稿を除き、本文で"\n"を挿入すると改行になります。
## Commands
### Root
- `node post`
複数のサービスにわたって同時に投稿できます。
* (options)
* `-t <本文>`
* `-h <タグ(,区切り)>`
### Misskey
- `node misskey/`
* `instance` ・・・・・・ インスタンスを登録します。いちばんはじめに実行してください。
* `account` ・・・・・・ 操作したいアカウントを追加するときに実行するコマンドです。
* `list` ・・・・・・ 操作可能なアカウントIDを表示します。
* `post-simply (options)`
・・・・・・ 単純に投稿できます。
* (options)
* `--id=, --username=, -n `
ユーザーネーム(ID)を事前に設定できます。
カンマ,区切りで複数アカウントを指定できます。
* `--file=, --path=, -f `
ファイル名を指定し、その内容を投稿できます。
* `--text=, --body=, -t `
本文を直接指定します。
* `help` ・・・・・・ この内容を表示します。
### Twitter
**複数のアカウントで同時に呟くことはできません。**
- `node twitter/`
* `init` ・・・・・・ いちばんはじめに実行するコマンドです。
* `account` ・・・・・・ 操作したいアカウントを追加するときに実行するコマンドです。
* `list` ・・・・・・ 操作可能なアカウントIDを表示します。
* `tweet-simply (options)`
・・・・・・ 単純にツイートできます。
* (options)
* `--id=, --screen_name=, -n `
スクリーンネームを事前に設定できます。
カンマ,区切りで複数アカウントを指定できます。
* `--file=, --path=, -f `
ファイル名を指定し、その内容を投稿できます。
* `--text=, --body=, -s `
本文を直接指定します。
* `help` ・・・・・・ この内容を表示します。
### Mastodon
- `node mstdn/`
* `instance` ・・・・・・ インスタンスを登録します。いちばんはじめに実行するコマンドです。
* `account` ・・・・・・ 操作したいアカウントを追加するときに実行するコマンドです。
* `list` ・・・・・・ 操作可能なアカウントIDを表示します。
* `toot-simply (options)`
・・・・・・ 単純にトゥートできます。
* (options)
* `--id=, --screem_name=, -n `
ユーザーネーム(ID@インスタンスドメイン)を事前に設定できます。
カンマ,区切りで複数アカウントを指定できます。
* `--file=, --path=, -f `
ファイル名を指定し、その内容を投稿できます。
* `--text=, --body=, -t `
本文を直接指定します。
* `help` ・・・・・・ この内容を表示します。