{"id":20693392,"url":"https://github.com/prihoda/golem","last_synced_at":"2025-04-22T17:42:52.393Z","repository":{"id":43617852,"uuid":"69688946","full_name":"prihoda/golem","owner":"prihoda","description":"Open-source chatbot framework for python developers. Batteries included 🔋🔋","archived":false,"fork":false,"pushed_at":"2019-02-19T15:29:19.000Z","size":2196,"stargazers_count":48,"open_issues_count":7,"forks_count":12,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-03-29T17:22:31.572Z","etag":null,"topics":["bot","chatbot","dialog-management","messenger","nlp","python","telegram","witai"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/prihoda.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}},"created_at":"2016-09-30T17:51:13.000Z","updated_at":"2025-03-22T00:46:10.000Z","dependencies_parsed_at":"2022-07-13T12:40:47.510Z","dependency_job_id":null,"html_url":"https://github.com/prihoda/golem","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prihoda%2Fgolem","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prihoda%2Fgolem/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prihoda%2Fgolem/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prihoda%2Fgolem/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/prihoda","download_url":"https://codeload.github.com/prihoda/golem/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250289334,"owners_count":21405952,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["bot","chatbot","dialog-management","messenger","nlp","python","telegram","witai"],"created_at":"2024-11-16T23:26:28.350Z","updated_at":"2025-04-22T17:42:52.377Z","avatar_url":"https://github.com/prihoda.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Golem chatbot framework\n\n![PyPI](https://img.shields.io/pypi/v/django-golem.svg)\n\n# This project is no longer maintained. We have moved to [Botshot](https://github.com/botshot/botshot).\n\n\u003cp align=\"center\"\u003e\n\u003cimg src=\"https://www.praguevisitor.eu/wp-content/uploads/2018/03/Golem.jpg\" width=\"300\"/\u003e\n\u003c/p\u003e\n\n#### Golem is a python framework for building chatbots for Messenger, Telegram and other platforms.\n\nIt differs from other bot frameworks by giving a concrete structure to the conversation.\n\nWhat it can do:\n- __Receive messages__ from __Messenger__ and __Telegram__ (Actions on Google coming soon)\n- __Extract entities__ from these messages, for example using [Wit.ai](http://wit.ai)\n  - e.g. \"Show me the best concert\" -\u003e *intent:* recommend, *query:* concert\n- __Keep track of the history__ of all entity values in the *context*\n- __Move between different states__ of the conversation based on intent and other entities\n- Call your functions for each state and __send messages__ and media back to the user\n- It supports any language supported by Wit (English is recommended)\n- Golem now has its own __web GUI__ for easy testing\n\nWhat it can NOT do:\n- It does not pre-train Wit, you have to do that yourself\n- It's not built for AI conversational bots (you can try though :P)\n\n## Getting started\n\nJust install the package and run our `golm` init script that will take care of initial configuration.\n```bash\npip3 install django-golem\ngolm init my-bot\ncd my-bot \u0026\u0026 golm start my-bot\n```\n\nThat's all! A development chat server should now be running at http://localhost:8000.\n\n\nYou may also want to configure NLU, chat integrations and analytics, see the documentation for details.\n\n## Docs\n\nIt's very easy to get started!\n\nFind out how to make your own bot on the **[Wiki](https://github.com/prihoda/golem/wiki)**.\n\n\n## Authors\n- David Příhoda - [prihoda](https://github.com/prihoda)\n- Jakub Drdák   - [drdakjak](https://github.com/drdakjak)\n- Matúš Žilinec - [mzilinec](https://github.com/mzilinec)\n\nMade @ [Datalab](https://datalab.fit.cvut.cz) [FIT CTU](https://fit.cvut.cz/en) in Prague.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprihoda%2Fgolem","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprihoda%2Fgolem","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprihoda%2Fgolem/lists"}