Skip to content

wrappedcoder/chatbot

Repository files navigation

DBpedia Chatbot

Environment Configurations

 admin.username = <admin-username>
 admin.password = <admin-password>
 chatbot.baseUrl = <https-url-to-access-the-bot>
 chatbot.fb.appSecret = <secret>
 chatbot.fb.verifyToken = <token>
 chatbot.fb.pageAccessToken = <access-token>
 
 cloudant.url = <couchdb-url>
 cloudant.username = <couchdb-username>
 cloudant.password = <couchdb-password>
 cloudant.chatDB = <couchdb-chatdb-name>
 cloudant.feedbackDB = <couchdb-feedbackdb-name>
 cloudant.explorerDB = <couchdb-explorerdb-name>
 
 tmdb.apiKey = <tmdb-api-key>
 
 wolfram.apiKey = <wolfram-alpha-api-key>     
 
 logging.level.com.github.messenger4j=<log-level>

Development Only Configurations

 spring.thymeleaf.cache = false
 spring.devtools.livereload.enabled = true
 logging.level.com.github.messenger4j = DEBUG

Deployment

 mvn clean install
 java $JAVA_OPTS -Dserver.port=$PORT -jar target/*.jar // $PORT is the port number you want the server to run in for example 8080         

Development

 node/node node_modules/.bin/webpack --watch

About

DBpedia Chatbot

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 71.9%
  • JavaScript 13.0%
  • CSS 8.1%
  • C 3.6%
  • HTML 3.4%