Make bots in Java.
JBot is a java framework (inspired by Howdyai's Botkit) to make Slack and Facebook bots in minutes. It provides all the boilerplate code needed so that you can make your bot live right away.
@Controller
and calling reply()
.Not satisfied? Read on...
Still worried? Open an issue on Github and we can discuss.
Running your SlackBot is just 4 easy steps:
$ git clone https://github.com/rampatra/jbot.git
. JBotApplication
in your IDE or via commandline:
$ cd jbot
$ mvn clean install
$ cd jbot-example
$ mvn spring-boot:run
You can now start talking with your bot ;)
Read the detailed Slack documentation to learn more.
Similar to Slack, Facebook is simple too but has a few extra steps:
$ git clone git@github.com:rampatra/jbot.git
.JBotApplication
in your IDE or via commandline:
$ cd jbot
$ mvn clean install
$ cd jbot-example
$ mvn spring-boot:run
fb_token_for_jbot
and click "Verify and Save".You can now start messaging your bot by going to the facebook page and clicking on the "Send message" button.
~If you're too lazy to start now and just want to play around, you can try jbot-example
by visiting
JBot facebook page and clicking on the "Send Message" button.~ -- The server is currently down
Read the detailed Facebook documentation to learn more.
This project exists thanks to all the awesome people who contribute. If you want to flaunt your skills and make the project better, you can start contributing, and for any queries please just raise an issue and I would be more than happy to discuss :)
Thank you to all our backers! 🙏 [Become a backer]
Support this project by becoming a sponsor. Your logo will show up here with a link to your website. [Become a sponsor]
_P.S. For any queries or concerns, you can reach out to me on Twitter. I'll try my best to help 🙏._