Add gem badge
This commit is contained in:
parent
5bfaac99de
commit
f416c73c54
1 changed files with 3 additions and 1 deletions
|
@ -1,5 +1,7 @@
|
||||||
# twitter\_ebooks 2.3.2
|
# twitter\_ebooks 2.3.2
|
||||||
|
|
||||||
|
[](http://badge.fury.io/rb/twitter_ebooks)
|
||||||
|
|
||||||
Rewrite of my twitter\_ebooks code. While the original was solely a tweeting Markov generator, this framework helps you build any kind of interactive twitterbot which responds to mentions/DMs. See [ebooks\_example](https://github.com/mispy/ebooks_example) for an example of a full bot.
|
Rewrite of my twitter\_ebooks code. While the original was solely a tweeting Markov generator, this framework helps you build any kind of interactive twitterbot which responds to mentions/DMs. See [ebooks\_example](https://github.com/mispy/ebooks_example) for an example of a full bot.
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
@ -25,7 +27,7 @@ Ebooks::Bot.new("abby_ebooks") do |bot|
|
||||||
bot.consumer_secret = "" # Your app consumer secret
|
bot.consumer_secret = "" # Your app consumer secret
|
||||||
bot.oauth_token = "" # Token connecting the app to this account
|
bot.oauth_token = "" # Token connecting the app to this account
|
||||||
bot.oauth_token_secret = "" # Secret connecting the app to this account
|
bot.oauth_token_secret = "" # Secret connecting the app to this account
|
||||||
|
|
||||||
bot.on_startup do
|
bot.on_startup do
|
||||||
# Run some startup task
|
# Run some startup task
|
||||||
# puts "I'm ready!"
|
# puts "I'm ready!"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue