1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

ツイッターの内容を分析してリプする機能作成の軌跡

Last updated at Posted at 2021-02-19

スクリーンショット 2021-02-18 21.40.23.png

これ用のメモ記事です

1、目的の動作をさせるにはこういう手順かな〜と書き出してみる。

今回は
1.ツイートの内容を取得
2.取得した内容を分析
3.条件に当てはまったらリプライ

この3手順かなと予想しました。

そしてそれらを実行するにはどうすればいいか
TwitterAPIが必要そう
というのは経験でなんとなく分かるのでとりあえず追加しました
あとは分からないのでとりあえず調べてみます。
また、パワーアップスを使えば一瞬で作れるやん!
って経験上分かるのですが、今回は技術向上も兼ねて無しとしました。

(プログラミングして作ったあと、パワーアップスでも作ろうと思います。)

まずはさっくりと検索

API周り:
https://gaaaon.jp/blog/twitterapi

公式ブログ
https://blog.twitter.com/developer/ja_jp/topics/tools/2020/NewTwitterAPI.html

とりあえずAPIで値が取れるっぽいのでとりあえず申請してみる。

https://developer.twitter.com/en/apps/
にアクセス
スクリーンショット 2021-02-18 21.39.02.png

ここを押して

スクリーンショット 2021-02-18 21.38.27.png

なんか出てきたけどよくわからんので、
とりあえずbotっぽいのでこれにチェック
スクリーンショット 2021-02-18 21.40.23.png
てわけでゲットスタートします!
image.png

そしたらこんな感じ。
image.png

多分一番上がニックネームやろ。。
次が居住国
コーディングスキル?
ニュースを受け取りますか?

って感じっぽいので
image.png

こんな感じで入力、ネクストをクリック

image.png

なるほど、「何に使うか」だね
image.png

DEEPL
https://www.deepl.com/ja/translator
をつかって申請文を書いていくぞい
image.png

Analyze the mumbled content, and if it contains certain words, reply with an image.

って書いた(あってるかは知らんw)
文字数が足りないって言われた。小学校の反省文かな。。。。。。

image.png

てわけで増量
I will analyze the content of tweets on Twitter, and if they contain both the specific words "Taka-chan" and "collar", I will reply with the specified image from my account. This will be used for my personal hobby, and if it gets buzz, I will release it to the public.

Twitterのデータを分析する予定はありますか?

ツイートやTwitterユーザーの分析を含め、Twitterデータの分析方法を記載してください。

とのことなので
スクリーンショット 2021-02-19 16.18.34.png

DEEPL様様である。

スクリーンショット 2021-02-19 16.20.58.png

アプリでは、ツイート、リツイート、いいね!、フォロー、またはダイレクトメッセージ機能を使用しますか?

スクリーンショット 2021-02-19 16.24.36.png

スクリーンショット 2021-02-19 16.25.41.png
Twitter以外でTwitterのコンテンツのツイートを表示したり、集計したりする予定はありますか?
ないのでNO

スクリーンショット 2021-02-19 16.26.24.png

あなたの製品、サービス、分析が、Twitterのコンテンツや派生情報を政府機関に提供することになりますか?

一般的には、学校、大学、大学は該当しません。

このユースケースの下でTwitterのコンテンツまたは派生情報を提供する予定の政府機関をすべてリストアップしてください。

ないのでNO

てわけでネクスト!!

スクリーンショット 2021-02-19 16.27.55.png
記載内容の確認? とりあえずネクスト

image.png

規約的なのが出てくるので下にスクロール
image.png
チェックを入れてサブミット!

スクリーンショット 2021-02-19 16.33.56.png

どうやらメールがきてるっぽい
きてたスクリーンショット 2021-02-19 16.36.23.png
こういうのは大体色が違うとこ押しとけばええってばっちゃがいってた。

スクリーンショット 2021-02-19 16.37.30.png

おおーー

かっこいい✨

1
1
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
1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?