Skip to content

リプが来たら雑にツイを返すbot キーワード反応もあります🍬

Notifications You must be signed in to change notification settings

ethfumi/yuzu-amechan-bot

Repository files navigation

yuzu-amechan-bot

twitter botを作ってみたかった。 完成品 https://twitter.com/yuzu_amechan 2018-10-12 0 20 11

botの作り方(2018/10/10)

作り方というか準備というか

【第1回】Twitter APIを使うためにdeveloper accountの申請をしよう! https://masatoshihanai.com/php-twitter-bot-01/ を参考にtwitterのbotアカウント作る

botの中身を作る(ruby)

RubyでTwitterBotを作ろう!【公開編】 https://trap.jp/post/458/ を参考にherokuにdeployする

お疲れ様でした🍬

herokuについて

ログ見れないと落ちたときとか分からなくて不便

herokuコマンド使えるようにする brew install heroku/brew/heroku https://devcenter.heroku.com/articles/heroku-cli

herokuにログイン heroku login

ログを垂れ流す heroku logs -a アプリ名(例yuzu-amechan-bot) --tail

過去ログ見たい時(デフォルト100件で、1500件まで見れる) heroku logs -a アプリ名(例yuzu-amechan-bot) -n 1500

タイムゾーン変更 heroku config:add TZ=Asia/Tokyo -a yuzu-amechan-bot

About

リプが来たら雑にツイを返すbot キーワード反応もあります🍬

Resources

Stars

Watchers

Forks

Packages

 
 
 

Languages