{"id":16707885,"url":"https://github.com/syuilo/taqz","last_synced_at":"2026-03-08T05:31:58.762Z","repository":{"id":66355330,"uuid":"135308233","full_name":"syuilo/taqz","owner":"syuilo","description":"CLI-Client of Twitter, Misskey and Mastodon","archived":false,"fork":false,"pushed_at":"2018-05-29T12:49:56.000Z","size":58,"stargazers_count":8,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-13T07:05:11.498Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/syuilo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2018-05-29T14:26:53.000Z","updated_at":"2025-06-08T07:43:13.000Z","dependencies_parsed_at":"2024-02-07T18:12:55.596Z","dependency_job_id":null,"html_url":"https://github.com/syuilo/taqz","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/syuilo/taqz","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/syuilo%2Ftaqz","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/syuilo%2Ftaqz/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/syuilo%2Ftaqz/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/syuilo%2Ftaqz/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/syuilo","download_url":"https://codeload.github.com/syuilo/taqz/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/syuilo%2Ftaqz/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30246724,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-08T00:58:18.660Z","status":"online","status_checked_at":"2026-03-08T02:00:06.215Z","response_time":56,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-12T19:41:22.538Z","updated_at":"2026-03-08T05:31:58.745Z","avatar_url":"https://github.com/syuilo.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# taqz\n\nMisskey、TwitterおよびMastodonの、コマンドラインで動く簡単なクライアントです。\n\n## Tips\n\n- ファイルからの投稿を除き、本文で\"\\n\"を挿入すると改行になります。\n\n## Commands\n\n### Root\n\n- `node post`  \n  複数のサービスにわたって同時に投稿できます。\n  * (options)\n    * `-t \u003c本文\u003e`\n    * `-h \u003cタグ(,区切り)\u003e`\n\n### Misskey\n\n- `node misskey/\u003ccommand\u003e`\n  * `instance`  ･･････ インスタンスを登録します。いちばんはじめに実行してください。\n  * `account`   ･･････ 操作したいアカウントを追加するときに実行するコマンドです。\n  * `list`      ･･････ 操作可能なアカウントIDを表示します。\n  * `post-simply (options)`  \n            ･･････ 単純に投稿できます。\n    * (options)\n      *  `--id=, --username=, -n \u003cusername\u003e`  \n            ユーザーネーム(ID)を事前に設定できます。\n            カンマ,区切りで複数アカウントを指定できます。\n      *  `--file=, --path=, -f \u003cfilename\u003e`  \n            ファイル名を指定し、その内容を投稿できます。\n      *  `--text=, --body=, -t \u003ctext\u003e`  \n            本文を直接指定します。\n\n  * `help`      ･･････ この内容を表示します。\n\n\n### Twitter\n\n**複数のアカウントで同時に呟くことはできません。**\n\n- `node twitter/\u003ccommand\u003e`\n  * `init`      ･･････ いちばんはじめに実行するコマンドです。\n  * `account`   ･･････ 操作したいアカウントを追加するときに実行するコマンドです。\n  * `list`      ･･････ 操作可能なアカウントIDを表示します。\n  * `tweet-simply (options)`  \n            ･･････ 単純にツイートできます。\n    * (options)\n      *  `--id=, --screen_name=, -n \u003cscreen_name\u003e`  \n            スクリーンネームを事前に設定できます。\n            カンマ,区切りで複数アカウントを指定できます。\n      *  `--file=, --path=, -f \u003cfilename\u003e`  \n            ファイル名を指定し、その内容を投稿できます。\n      *  `--text=, --body=, -s \u003ctext\u003e`  \n            本文を直接指定します。\n\n  * `help`      ･･････ この内容を表示します。\n\n\n### Mastodon\n\n- `node mstdn/\u003ccommand\u003e`\n  * `instance`  ･･････ インスタンスを登録します。いちばんはじめに実行するコマンドです。\n  * `account`   ･･････ 操作したいアカウントを追加するときに実行するコマンドです。\n  * `list`      ･･････ 操作可能なアカウントIDを表示します。\n  * `toot-simply (options)`  \n            ･･････ 単純にトゥートできます。\n    * (options)\n      *  `--id=, --screem_name=, -n \u003cusername\u003e`  \n            ユーザーネーム(ID@インスタンスドメイン)を事前に設定できます。\n            カンマ,区切りで複数アカウントを指定できます。\n      *  `--file=, --path=, -f \u003cfilename\u003e`  \n            ファイル名を指定し、その内容を投稿できます。\n      *  `--text=, --body=, -t \u003ctext\u003e`  \n            本文を直接指定します。\n\n  * `help`      ･･････ この内容を表示します。","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsyuilo%2Ftaqz","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsyuilo%2Ftaqz","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsyuilo%2Ftaqz/lists"}