README tweaks
This commit is contained in:
parent
47c418340d
commit
0441f1b9f7
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ MyBot.new("abby_ebooks") do |bot|
|
|||
end
|
||||
```
|
||||
|
||||
'ebooks start' will run all defined bots in their own threads. The easiest way to run bots in a semi-permanent fashion is with [Heroku](https://www.heroku.com); just make an app, push the bot repository to it, enable a worker process in the web interface and it ought to chug along merrily forever.
|
||||
`ebooks start` will run all defined bots in their own threads. The easiest way to run bots in a semi-permanent fashion is with [Heroku](https://www.heroku.com); just make an app, push the bot repository to it, enable a worker process in the web interface and it ought to chug along merrily forever.
|
||||
|
||||
The underlying streaming and REST clients from the [twitter gem](https://github.com/sferik/twitter) can be accessed at `bot.stream` and `bot.twitter` respectively.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue