Skip to content

Commit

Permalink
✨ miraktest-twitter
Browse files Browse the repository at this point in the history
  • Loading branch information
ci7lus committed Jan 9, 2022
1 parent 2a03d1b commit 6523aff
Show file tree
Hide file tree
Showing 11 changed files with 859 additions and 5 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@
ニコニコ実況(過去ログ API)から視聴中の録画番組のコメントを取得します。コメントの表示には Zenza か DPlayer プラグインが必要です。
- [Gyazo](./src/miraktest-gyazo)<br />
スクリーンショットを Gyazo にアップロードします。
- [Twitter](./src/miraktest-twitter)<br />
視聴中の番組に関連するツイートを投稿します。

## ビルド

Expand Down
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
"@types/postcss-import": "^12.0.1",
"@types/react-table": "^7.7.5",
"@types/tailwindcss": "^2.2.1",
"@types/twitter-text": "^3.1.1",
"@types/url-join": "^4.0.1",
"@types/webpack": "^4",
"@types/webpack-bundle-analyzer": "^4.4.1",
Expand All @@ -50,6 +51,7 @@
"sass-loader": "^10",
"tailwindcss": "^2.2.16",
"ts-node": "^10.2.1",
"twitter-d": "^0.4.0",
"typescript": "^4.4.3",
"webpack": "^4",
"webpack-bundle-analyzer": "^4.5.0",
Expand All @@ -73,6 +75,8 @@
"react-use": "^17.3.1",
"recoil": "^0.4.1",
"reconnecting-websocket": "^4.4.0",
"twitter-api-client": "^1.5.1",
"twitter-text": "^3.1.0",
"url-join": "^4.0.1",
"yaml": "^1.10.2"
},
Expand Down
12 changes: 12 additions & 0 deletions src/miraktest-twitter/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# miraktest-twitter

視聴中の番組に関連するツイートを投稿するためのプラグインです。<br />
Twitter アカウントの認証情報が必要です。<https://torinosuke.netlify.app>などで取得可能です。

## 動作イメージ

[![Image from Gyazo](https://i.gyazo.com/35e5765188791dc4f9ccbf5ee3de1805.png)](https://gyazo.com/35e5765188791dc4f9ccbf5ee3de1805)

## ダウンロード

<https://github.com/ci7lus/miraktest-plugins/releases>
Loading

0 comments on commit 6523aff

Please sign in to comment.