2.1.4
This commit is contained in:
parent
e8a822668f
commit
72073c429e
2 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
||||||
# twitter\_ebooks 2.1.3
|
# twitter\_ebooks 2.1.4
|
||||||
|
|
||||||
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.
|
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.
|
||||||
|
|
||||||
|
@ -10,7 +10,7 @@ gem install twitter_ebooks
|
||||||
|
|
||||||
## Setting up a bot
|
## Setting up a bot
|
||||||
|
|
||||||
Run `ebooks new [name]` to generate a new repository containing a sample bots.rb file, which looks like this:
|
Run `ebooks new <reponame>` to generate a new repository containing a sample bots.rb file, which looks like this:
|
||||||
|
|
||||||
``` ruby
|
``` ruby
|
||||||
# This is an example bot definition with event handlers commented out
|
# This is an example bot definition with event handlers commented out
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
module Ebooks
|
module Ebooks
|
||||||
VERSION = "2.1.3"
|
VERSION = "2.1.4"
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue