APIを使ってリクエストを送ります。
getとかpostとか。
そのリクエストの送り先でbotに使うものをまとめています。
作成しながら随時更新
諸々はTwitterdeveloper公式からの抜粋です。
ツイートを投稿、取得、操作する
投稿する
https://api.twitter.com/1.1/statuses/update.json
タイムラインを取得する
https://api.twitter.com/1.1/statuses/home_timeline.json
ユーザーのフォロー、検索、取得
フォローする
https://api.twitter.com/1.1/friendships/create.json
フォローを解除する
https://api.twitter.com/1.1/friendships/destroy.json
指定のIDがフォローしているIDを取得する
https://api.twitter.com/1.1/friends/ids.json
指定のIDをフォローしているIDを取得する(フォロワーの取得)
https://api.twitter.com/1.1/followers/ids.json