<<<<<<< HEAD This skeleton contains an echo bot that reacts to each new atom created on a given node. For each atom, the bot sends a configurable number of contact requests (default is 3) that can be accepted by the user. Within the established chat, the bot echoes all sent messages.
NOTE: Be careful with running more than one bot on a given node instance, as multiple bots may get into infinite loops.
The echo bot is a Spring Boot Application.
This skeleton contains a bot that creates a Service Atom that one can connect to. For each atom that has been created on the configured node(s), the bot sends a message with the atomUri of the created Atom to everyone that is connected to the Service Atom.
The Bot Skeleton is a Spring Boot Application.
bot-skeleton/master
<<<<<<< HEAD
- Java 8 JDK or higher installed (openJDK 12 is currently not supported and won't work) =======
- Openjdk 8 - the method described here does not work with the Oracle 8 JDK!
bot-skeleton/master
- Maven framework set up
cd bot-skeleton
export WON_NODE_URI="https://hackathonnode.matchat.org/won"
mvn clean package
java -jar target/bot.jar
<<<<<<< HEAD Now create an atom to see the bot in action.
Now go to What's new to find your bot, connect and create an atom to see the bot in action.
bot-skeleton/master
- Create a run configuration for the class
won.bot.skeleton.SkeletonBotApp
- Add the environment variables
WON_NODE_URI
pointing to your node uri (e.g.https://hackathonnode.matchat.org/won
without quotes)
to your run configuration.
- Run your configuration
If you get a message indicating your keysize is restricted on startup (JCE unlimited strength encryption policy is not enabled, WoN applications will not work. Please consult the setup guide.
), refer to Enabling Unlimited Strength Jurisdiction Policy to increase the allowed key size.
WON_KEYSTORE_DIR
path to folder wherebot-keys.jks
andowner-trusted-certs.jks
are stored (needs write access and folder must exist)
<<<<<<< HEAD Now create an atom to see the bot in action.
=======
bot-skeleton/master
Once the skeleton bot is running, you can use it as a base for implementing your own application.
<<<<<<< HEAD
- Java 8 JDK or higher installed (openJDK 12 is currently not supported and won't work)
- Java IDE of choice set up
- Maven framework set up
=======
bot-skeleton/master
- Download or clone this repository
- Add config files
Please refer to the general Bot Readme for more information on Web of Needs Bot applications.