2
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

ChatGPT API を利用したX(Twitter)のツイート自動化【Make利用】

Last updated at Posted at 2024-05-01

TL,DR

  • Chat GPT で生成したツイートを自動投稿する仕組みを作った
  • Makeを使用して定期実行する想定
  • 今回プロンプトは適当。今後の課題。

X Developers ConsoleでClientIDとClientSecretを取得

X Developers Console(https://developer.twitter.com/)
に登録してから、User authentication settingsに行ってClientIDとClientSecretを取得する。

(色々はしょってます、詳細はこちらを参考にしてください)

App permissionsはRead and Writeを選択。
image.png

App infoのコールバックURIの設定値は以下を参照しました。
https://www.make.com/en/help/apps/marketing/twitter

image.png

ClientIDとClientSecretをメモ。
image.png

MakeでOpenAIとX(Twitter)を繋ぐ

まずはOpenAIのAppを追加

プロンプトは適当に作ってください。
image.png

そして、Xを繋ぐ

ClientIDとClientSecretを設定して、
TextContentには、OpenAIの出力のResultをマッピングする。
image.png

全体はこんな感じ

image.png

実行してみた

左下のRun Onceボタンを押して実行してみる
image.png

無事ツイート成功!!
image.png

感想

  • プロンプトさえ頑張ればツイートの自動化は簡単にできそう
  • Makeの無料枠は月1000回実行、TwitterAPIも月間ツイート投稿1,500件(1日のAPI経由投稿数の上限は50件)なので、1日1回程度なら余裕
2
3
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?