Open
Description
This repository is for any Java developers who want to build a chatbot based on our great Java Wechaty library.
It will be a great help for all Java developers if we can make this repository to be able to ready for use by running:
git clone
make install
make bot
Then everything will be set up.
I have set up the skeleton of this repo, with the examples/ding-dong-bot.java
, let's finish this repo so that it can be run out-of-the-box! @wechaty/java
Related to: wechaty/wechaty#1927