Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 798 Bytes

README.md

File metadata and controls

28 lines (21 loc) · 798 Bytes

java-spring-chatbot

A Chatbot Facebook with Java Spring RESTful API

Requirements

  • Java 8
  • Maven
  • Posgresql
  • Facebook App
  • Heroku

Setup

1. Install java 8

sudo apt-get install openjdk-8-jdk

Docs: https://docs.datastax.com/en/jdk-install/doc/jdk-install/installOpenJdkDeb.html

2. Clone this repo and import to your Maven

3. Create facebook app and then take webhook key

4. Change enviroment variable in application.properties with your token you have when create Facebook App

5. Run with mvn spring-boot:run

License

This project is released under the [BSD 3-Clause] License.