{"id":20270578,"url":"https://github.com/rubenrp/magechatbot","last_synced_at":"2025-05-07T16:33:08.403Z","repository":{"id":40730821,"uuid":"209390670","full_name":"rubenRP/magechatbot","owner":"rubenRP","description":"Chatbot generated with Microsoft Bot Framework that allows to interact with a Magento 2 Store.","archived":true,"fork":false,"pushed_at":"2022-12-06T15:03:15.000Z","size":536,"stargazers_count":0,"open_issues_count":10,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-03T23:13:12.003Z","etag":null,"topics":["bot","bot-framework-emulator","javascript","magento-api","magento2","microsoft-bot-framework"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rubenRP.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":"2019-09-18T19:43:53.000Z","updated_at":"2024-05-22T13:41:27.000Z","dependencies_parsed_at":"2023-01-23T11:30:34.888Z","dependency_job_id":null,"html_url":"https://github.com/rubenRP/magechatbot","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/rubenRP%2Fmagechatbot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rubenRP%2Fmagechatbot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rubenRP%2Fmagechatbot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rubenRP%2Fmagechatbot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rubenRP","download_url":"https://codeload.github.com/rubenRP/magechatbot/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252915589,"owners_count":21824603,"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","bot-framework-emulator","javascript","magento-api","magento2","microsoft-bot-framework"],"created_at":"2024-11-14T12:31:34.331Z","updated_at":"2025-05-07T16:33:03.378Z","avatar_url":"https://github.com/rubenRP.png","language":"JavaScript","readme":"# MageChatbot\n\nCreate a conversational way to interact with Magento API\n\nThis bot has been created using [Bot Framework](https://dev.botframework.com) and interacts with Magento Api throught [Divante Magento 2 REST client](https://github.com/DivanteLtd/magento2-rest-client)\n\n## Prerequisites\n\n- [Node.js](https://nodejs.org) version 10.14.1 or higher\n\n  ```bash\n  # determine node version\n  node --version\n  ```\n\n## Config\n\nIs necessary to create a src/config/data.json file and fill the API Credentials for Magento 2. You can check the data.json.example as follows:\n\n```json\n{\n  \"apiConfig\": {\n    \"url\": \"http://magentoshop.com/rest\",\n    \"consumerKey\": \"aaa\",\n    \"consumerSecret\": \"bbb\",\n    \"accessToken\": \"ccc\",\n    \"accessTokenSecret\": \"ddd\"\n  },\n  \"storeConfig\": {\n    \"url\": \"http://.magentoshop.com/\",\n    \"mediaProductUrl\": \"http://magentoshop.com/pub/media/catalog/product\"\n  },\n  \"options\": {}\n}\n```\n\n## To run the bot\n\n- Install modules\n\n  ```bash\n  npm install\n  ```\n\n- Start the bot\n\n  ```bash\n  npm start\n  ```\n\n## Testing the bot using Bot Framework Emulator\n\n[Bot Framework Emulator](https://github.com/microsoft/botframework-emulator) is a desktop application that allows bot developers to test and debug their bots on localhost or running remotely through a tunnel.\n\n- Install the Bot Framework Emulator version 4.3.0 or greater from [here](https://github.com/Microsoft/BotFramework-Emulator/releases)\n\n### Connect to the bot using Bot Framework Emulator\n\n- Launch Bot Framework Emulator\n- File -\u003e Open Bot\n- Enter a Bot URL of `http://localhost:3978/api/messages`\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frubenrp%2Fmagechatbot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frubenrp%2Fmagechatbot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frubenrp%2Fmagechatbot/lists"}