Seed project for facebook messenger bots. Vertx, Kotlin.
It will be compliant with messenger platform samples.
Follow messenger platform guidelines. Use ngrok to obtain direct IP for testing.
Copy "conf/bot-default.json" into "conf/bot-dev.json". Specify your facebook page data there.
Use gradle or gradlew, it depends on your system.
gradle runExample
Specify main class "io.vertx.core.Launcher", program arguments "run com.veeroute.fb.RootVerticle -conf conf/bot-dev.json"
For now its just three verticles: root, web and page.