note memory use improvement

This commit is contained in:
Jaiden Mispy 2014-12-05 23:37:07 +11:00
parent f718ec4f85
commit 171dbea382

View file

@ -8,13 +8,14 @@ A framework for building interactive twitterbots which respond to mentions/DMs.
## New in 3.0
- About 80% less memory and storage use for models
- Bots run in their own threads (no eventmachine), and startup is parallelized
- Bots start with `ebooks start`, and no longer die on unhandled exceptions
- `ebooks auth` command will create new access tokens, for running multiple bots
- `ebooks console` starts a ruby interpreter with bots loaded (see Ebooks::Bot.all)
- Replies are slightly rate-limited to prevent infinite bot convos
- Non-participating users in a mention chain will be dropped after a few tweets
- [API documentation](http://rdoc.info/github/mispy/twitter_ebooks)
- [API documentation](http://rdoc.info/github/mispy/twitter_ebooks) and tests
Note that 3.0 is not backwards compatible with 2.x, so upgrade carefully!