{"id":13401537,"url":"https://github.com/dbpedia/chatbot","last_synced_at":"2026-01-23T00:18:56.304Z","repository":{"id":20688354,"uuid":"90620882","full_name":"dbpedia/chatbot","owner":"dbpedia","description":"DBpedia Chatbot","archived":false,"fork":false,"pushed_at":"2025-03-04T08:29:57.000Z","size":607,"stargazers_count":111,"open_issues_count":21,"forks_count":43,"subscribers_count":13,"default_branch":"master","last_synced_at":"2025-09-11T10:44:21.584Z","etag":null,"topics":["chatbot","dbpedia","dbpedia-chatbot","gsoc","question-answering"],"latest_commit_sha":null,"homepage":"https://chat.dbpedia.org","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dbpedia.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-05-08T11:32:09.000Z","updated_at":"2025-08-13T11:16:55.000Z","dependencies_parsed_at":"2024-01-16T10:00:12.161Z","dependency_job_id":"8aa14589-7ed2-458e-92ae-ed9cfc98fcf0","html_url":"https://github.com/dbpedia/chatbot","commit_stats":null,"previous_names":[],"tags_count":18,"template":false,"template_full_name":null,"purl":"pkg:github/dbpedia/chatbot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbpedia%2Fchatbot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbpedia%2Fchatbot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbpedia%2Fchatbot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbpedia%2Fchatbot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dbpedia","download_url":"https://codeload.github.com/dbpedia/chatbot/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbpedia%2Fchatbot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28675699,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-22T20:48:19.482Z","status":"ssl_error","status_checked_at":"2026-01-22T20:48:14.968Z","response_time":144,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["chatbot","dbpedia","dbpedia-chatbot","gsoc","question-answering"],"created_at":"2024-07-30T19:01:03.859Z","updated_at":"2026-01-23T00:18:56.284Z","avatar_url":"https://github.com/dbpedia.png","language":"Java","funding_links":[],"categories":["Java"],"sub_categories":[],"readme":"# DBpedia Chatbot\n\n[![Project Stats](https://www.openhub.net/p/dbpedia-chatbot/widgets/project_thin_badge.gif)](https://www.openhub.net/p/dbpedia-chatbot)\n[![BCH compliance](https://bettercodehub.com/edge/badge/dbpedia/chatbot?branch=master)](https://bettercodehub.com/)\n[![pipeline status](https://gitlab.com/ram-g-athreya/chatbot/badges/master/pipeline.svg)](https://gitlab.com/ram-g-athreya/chatbot/commits/master)\n\n**[Final Application](https://chat.dbpedia.org)**\n\nFor more information about this project and **GSoC Progress** please refer to **[GSoC Wiki](https://github.com/dbpedia/chatbot/wiki/GSoC-2017:-Chatbot-for-DBpedia)**\n\n[![DBpedia Chatbot YouTube Video](https://media.giphy.com/media/26CaLmhBRmHjSb3Hy/giphy.gif)](https://www.youtube.com/watch?v=Wk-UUufDpZs)\n\n## Environment Configurations\n\nWhen running locally or in development include the following configuration as a properties file in the `src/main/resources` folder.\n\nIn case you do not have a proper CouchDB instance or API keys please use the following **[dummy configuration file](https://github.com/dbpedia/chatbot/wiki/Chatbot-Dummy-Configuration)**.\n\n_Please note that using the dummy configuration file can result in some features being unavailable since they may require the requisite API services._\n\n```properties\nadmin.username = \u003cadmin-username\u003e\nadmin.password = \u003cadmin-password\u003e\n\nchatbot.baseUrl = \u003chttps-url-to-access-the-bot\u003e\nchatbot.gaID = \u003cgoogle-analytics-id\u003e\n\nchatbot.fb.appSecret = \u003csecret\u003e\nchatbot.fb.verifyToken = \u003ctoken\u003e\nchatbot.fb.pageAccessToken = \u003caccess-token\u003e\nchatbot.slack.botToken = \u003cbot-token\u003e\n\ncloudant.url = \u003ccouchdb-url\u003e\ncloudant.username = \u003ccouchdb-username\u003e\ncloudant.password = \u003ccouchdb-password\u003e\ncloudant.chatDB = \u003ccouchdb-chatdb-name\u003e\ncloudant.feedbackDB = \u003ccouchdb-feedbackdb-name\u003e\ncloudant.explorerDB = \u003ccouchdb-explorerdb-name\u003e\n\ntmdb.apiKey = \u003ctmdb-api-key\u003e\n\nwolfram.apiKey = \u003cwolfram-alpha-api-key\u003e\n```\n\n### Development Only Configurations\n\n```properties\nspring.thymeleaf.cache = false\nspring.devtools.livereload.enabled = true\nlogging.level.com.github.messenger4j = DEBUG\nlogging.level.com.github.messenger4j = \u003clog-level\u003e\n```\n\n## Deployment\n\n```sh\n$ mvn clean install\n# $PORT is the port number you want the server to run in for example 8080\n$ java $JAVA_OPTS -Dserver.port=$PORT -jar target/*.jar\n```\n\n## Development\n\n```sh\n$ mvn spring-boot:run\n$ node/node node_modules/.bin/webpack --env.NODE_ENV=dev --watch\n```\n\n## Embed Code\n\nAdd the following snippet to the `\u003chead\u003e` section of the webpage where you want to embed the ChatBot.\n\n```html\n\u003cscript type=\"text/javascript\"\u003e\n  (function() {\n    var URL = \"https://chat.dbpedia.org\"\n    window.onload = function() {\n      var iframe = document.createElement(\"iframe\");\n      iframe.setAttribute(\"src\", URL + \"/embed\");\n      iframe.setAttribute(\"frameBorder\", 0);\n      iframe.style.zIndex = 10000000;\n      iframe.style.height = \"100%\";\n      iframe.style.width = \"40%\";\n      iframe.style.position = \"fixed\";\n      iframe.style.bottom = \"20px\";\n      iframe.style.left = \"20px\";\n      iframe.style.display = \"none\";\n\n      document.body.appendChild(iframe);\n      window.addEventListener(\"message\", receiveMessage, false);\n      function receiveMessage(event) {\n        if(event.origin == URL \u0026\u0026 event.data == \"dbpedia-chatbot-embed-loaded\") {\n          iframe.style.display = \"block\";\n        }\n      }\n    }\n  })();\n\u003c/script\u003e\n```\n\n## Citation\n```\n@inproceedings{ramngongausbeck2018,\n  address = {Republic and Canton of Geneva, Switzerland},\n  author = {Athreya, Ram G and Ngonga, Axel and Usbeck, Ricardo},\n  booktitle = {WWW '18 Companion: The 2018 Web Conference Companion, April 23--27, 2018, Lyon, France},\n  doi = {10.1145/3184558.3186964},\n  location = {Lyon, France},\n  numpages = {4},\n  publisher = {International World Wide Web Conferences Steering Committee},\n  title = {{Enhancing Community Interactions with Data-Driven Chatbots - The DBpedia Chatbot}},\n  url = {https://svn.aksw.org/papers/2018/WWW_dbpedia_chatbot/public.pdf},\n  year = 2018\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdbpedia%2Fchatbot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdbpedia%2Fchatbot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdbpedia%2Fchatbot/lists"}