{"id":26048607,"url":"https://github.com/jackkweyunga/sarufi-chatbot-demo","last_synced_at":"2025-04-10T16:20:35.100Z","repository":{"id":175907209,"uuid":"546562679","full_name":"jackkweyunga/sarufi-chatbot-demo","owner":"jackkweyunga","description":"Create a sample chatbot with sarufi.io","archived":false,"fork":false,"pushed_at":"2022-10-06T09:35:03.000Z","size":4,"stargazers_count":6,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-24T14:08:28.960Z","etag":null,"topics":["chatbot","chatbot-framework","sarufi"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jackkweyunga.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2022-10-06T09:22:37.000Z","updated_at":"2024-10-29T20:46:06.000Z","dependencies_parsed_at":null,"dependency_job_id":"5b91b2d8-6026-4d44-8125-cac43e06c97b","html_url":"https://github.com/jackkweyunga/sarufi-chatbot-demo","commit_stats":null,"previous_names":["jackkweyunga/sarufi-chatbot-demo"],"tags_count":0,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jackkweyunga%2Fsarufi-chatbot-demo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jackkweyunga%2Fsarufi-chatbot-demo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jackkweyunga%2Fsarufi-chatbot-demo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jackkweyunga%2Fsarufi-chatbot-demo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jackkweyunga","download_url":"https://codeload.github.com/jackkweyunga/sarufi-chatbot-demo/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248252661,"owners_count":21072699,"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":["chatbot","chatbot-framework","sarufi"],"created_at":"2025-03-08T00:27:12.055Z","updated_at":"2025-04-10T16:20:35.094Z","avatar_url":"https://github.com/jackkweyunga.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003csamp\u003e\n\n# SAMPLE CHATBOT WITH SARUFI.IO\n\nTo follow up with this example, make sure you have registered with sarufi.io.\n\n- Go to [sarufi.io](https://sarufi.io) to create an account.\n\nSarufi.io provides various ways for a developer to create a chat bot faster and with ease.\nOne the ways is using configuration files i.e.\n- flows.yaml\n- intents.yaml\n- metadata.yaml\n\n## clone repo\nGet this code base working on your machine right away.\n```shell\ngit clone https://github.com/jackkweyunga/sarufi-chatbot-demo.git\n# install requirements\ncd sarufi-chatbot-demo\npip install -r requirements.txt\n```\n\n## create bot\n\ncreate a `.env` file or add the following as environment variables\n```\nSARUFI_EMAIL=\u003cuser@example.com\u003e\nSARUFI_PASS=\u003csarufi-password\u003e\n```\n\nrun create-bot.py\n```shell\npython create-bot.py\n```\n\nNote the .env or environment variables with the bot id `SARUFI_CHATBOT_ID=`\n```\nSARUFI_EMAIL=\u003cuser@example.com\u003e\nSARUFI_PASS=\u003csarufi-password\u003e\nSARUFI_CHATBOT_ID=\u003cbot-id\u003e\n```\n\nTo update your bot, just run `create.py` again with the `SARUFI_CHATBOT_ID` environment variable set.\n\n## Test your bot\nTo test your bot run `playground.py` for a cmd based testing groung.\n\n## Next step\n\u003e Learn more about sarufi. Go to [sarufi documentation](https://docs.sarufi.io/docs/intro)\n\n### -- end ---\n\n\u003c/samp\u003e","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjackkweyunga%2Fsarufi-chatbot-demo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjackkweyunga%2Fsarufi-chatbot-demo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjackkweyunga%2Fsarufi-chatbot-demo/lists"}