IchiyaAkihoshi (トーク | 投稿記録) (ページの作成:「作り方後で書いておきます」) |
IchiyaAkihoshi (トーク | 投稿記録) 編集の要約なし |
||
1行目: | 1行目: | ||
作り方後で書いておきます | 作り方後で書いておきます | ||
以下を参考に登録します | |||
https://qiita.com/neru-dev/items/857cc27fd69411496388 | |||
# まずTwitterAPIの登録を行う | |||
https://developer.twitter.com/en/portal/products | |||
利用文章はこれ | |||
I want to implement a function that posts in X every time a Discord bot message is posted, so I will use the API. This bot will only be used by me and my friends, and will not be used in any way for profit. However, it will be used as a supplementary tool for distribution | |||
2. その後にデフォルトでジェネレートがかかるので、先にネイティブアプリとして紐付けを行う | |||
[[ファイル:HTITwitter.png|中央|サムネイル|681x681ピクセル]] | |||
3. 登録したあとは、4つのシークレットキーを取得 | |||
[[ファイル:HTITwitter2.png|中央|サムネイル|668x668ピクセル]] | |||
4. 作成後にDiscordのチャットIDをコピーして、その値を登録 | |||
[[ファイル:HTITwitter3.png|中央|サムネイル|662x662ピクセル]] | |||
5.Botを導入 | |||
https://discord.com/oauth2/authorize?client_id=1256526453005094962&permissions=8&integration_type=0&scope=bot | |||
[[ファイル:HTITewitter4.png|中央|サムネイル|645x645ピクセル]] |
2024年6月30日 (日) 21:36時点における最新版
作り方後で書いておきます
以下を参考に登録します
https://qiita.com/neru-dev/items/857cc27fd69411496388
- まずTwitterAPIの登録を行う
https://developer.twitter.com/en/portal/products
利用文章はこれ
I want to implement a function that posts in X every time a Discord bot message is posted, so I will use the API. This bot will only be used by me and my friends, and will not be used in any way for profit. However, it will be used as a supplementary tool for distribution
2. その後にデフォルトでジェネレートがかかるので、先にネイティブアプリとして紐付けを行う
3. 登録したあとは、4つのシークレットキーを取得
4. 作成後にDiscordのチャットIDをコピーして、その値を登録
5.Botを導入