Generic implementation of a twitter bot that responds to different events.
- Track a fixed keyword or hashtag.
- Reply with a random text template.
- Support interactions such as mentions.
- Abstract response logic of the general implementation of the bot.
- Remove dependence on lodash.
- Add tests.
- Improve documentation for installation, usage and contribution.