This is a template for chat bots, written in Javascript for Node.js.
- Telegram (https://github.com/yagop/node-telegram-bot-api)
- IRC (https://github.com/martynsmith/node-irc)
- Telegram/IRC two way relay
- Clone the repository
- Run install.sh
- Write a config.json file. You can use the config.example.json as a reference.
- Run
node main.js
(you may need to add the flag--use-strict
depending on your node version) - Enjoy!
- Bot actions!
- Integration with api.ai
- Input/Output whitelist and blacklist
- Memory features
- Configuration file passed as command line argument