Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sassy/bot_program

twitterのbotをつくるためのサンプルプログラム
https://github.com/sassy/bot_program

Last synced: 13 days ago
JSON representation

twitterのbotをつくるためのサンプルプログラム

Awesome Lists containing this project

README

        

Rubyで動かすtwitter botのサンプルです。
あくまでも、ひな形で、これをいじってbotを完成させてください。
Rubyのtwitterとoauthのライブラリが必要です。

動かし方:
1:bot_prep.rbにプログラムにconsumer key/consumer secretを記述します。
2:ruby bot_prep.rbを実行します。
3:URLが出力されるので、そのURLをブラウザでアクセスしてPINコードを取得してください。
4:PINコードを入力します。access key/access secretが出力されます。
5:bot.rb にconsumer key/consumer secretとaccess key/access secretを入力して、動かします。