-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3827 from dev-hato/develop
リリース
- Loading branch information
Showing
17 changed files
with
153 additions
and
104 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# Discord Bot Tokenを取得する | ||
|
||
1. Discordのアカウントを取得します。 | ||
|
||
1. [Discord Developer Portal — My Applications](https://discord.com/developers/applications)を開きます。 | ||
|
||
1. `New Application` をクリックし、Applicationを作成します。 | ||
|
||
1. 左ペインの `Bot` をクリックします。 | ||
|
||
1. `Bot Permissions` セクション内の `Read Messages/View Channels` と、 `Send Messages` にチェックを入れます。 | ||
|
||
1. `TOKEN` セクションの `Copy` をクリックし、Bot Tokenをコピーします。 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# Misskeyアクセストークンを取得する | ||
|
||
1. Bot用のアカウントを取得します。 | ||
|
||
1. `設定` -> `API` を開きます。 | ||
|
||
1. `アクセストークン` の発行をクリックします。 | ||
|
||
1. `ドライブを操作する`, `ノートを作成・削除する`, `アカウントの情報を見る`, `リアクションを操作する` の権限を選択し、右上のチェックボタンをクリックします。 | ||
|
||
1. 発行されたアクセストークンをメモします。 |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# OpenAI API Keyを取得する | ||
|
||
1. OpenAIのアカウントを取得します。 | ||
|
||
1. [User settings - OpenAI API](https://platform.openai.com/api-keys) を開きます。 | ||
|
||
1. `Create new secret key` をクリックします。 | ||
|
||
1. 次のように入力し `Create secret key` をクリックします。 | ||
* `Permissions`: `Restricted` にしたうえで `Model capabilities` を `Write` にする | ||
|
||
1. 発行されたAPI keyをメモします。 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.