ractive-core
v0.0.2
Published
A simple framework to develop chatbots, supporting cryptography and different protocols
Downloads
2
Readme
RAct Core
Steps to set up an XMPP bot with OTR support:
- Generate bot's private key: $ node keygen.js > bot.pk
- Create your own bot.js, a sample file can be bot.js in this repo
- Run it: $ PK="path.to.private.key.file" JID="[email protected]" JID_PWD="Av3ryS3cur3_Pwd*" node bot.js