Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sassy/bot_program
twitterのbotをつくるためのサンプルプログラム
https://github.com/sassy/bot_program
Last synced: 13 days ago
JSON representation
twitterのbotをつくるためのサンプルプログラム
- Host: GitHub
- URL: https://github.com/sassy/bot_program
- Owner: sassy
- Created: 2011-08-19T04:03:09.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2011-08-19T04:04:22.000Z (about 13 years ago)
- Last Synced: 2024-08-01T16:37:19.996Z (3 months ago)
- Language: Ruby
- Homepage:
- Size: 85.9 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
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を入力して、動かします。