{"id":15881637,"url":"https://github.com/glaucia86/live-coding-chatbot-nodejs","last_synced_at":"2026-01-20T20:33:40.381Z","repository":{"id":42357196,"uuid":"167830726","full_name":"glaucia86/live-coding-chatbot-nodejs","owner":"glaucia86","description":"Repositório responsável pelo live coding realizado no canal Twitch.tv","archived":false,"fork":false,"pushed_at":"2022-12-08T11:38:19.000Z","size":79,"stargazers_count":3,"open_issues_count":4,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-07T14:43:54.335Z","etag":null,"topics":["bot","chatbot","javascript","microsoft-bot-framework","nodejs"],"latest_commit_sha":null,"homepage":"https://www.twitch.tv/videos/370957561","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/glaucia86.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE-OF-CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-01-27T16:30:06.000Z","updated_at":"2020-11-19T15:41:36.000Z","dependencies_parsed_at":"2023-01-25T12:45:31.850Z","dependency_job_id":null,"html_url":"https://github.com/glaucia86/live-coding-chatbot-nodejs","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/glaucia86/live-coding-chatbot-nodejs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/glaucia86%2Flive-coding-chatbot-nodejs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/glaucia86%2Flive-coding-chatbot-nodejs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/glaucia86%2Flive-coding-chatbot-nodejs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/glaucia86%2Flive-coding-chatbot-nodejs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/glaucia86","download_url":"https://codeload.github.com/glaucia86/live-coding-chatbot-nodejs/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/glaucia86%2Flive-coding-chatbot-nodejs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28612970,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-20T18:56:40.769Z","status":"ssl_error","status_checked_at":"2026-01-20T18:54:26.653Z","response_time":117,"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":["bot","chatbot","javascript","microsoft-bot-framework","nodejs"],"created_at":"2024-10-06T04:00:27.963Z","updated_at":"2026-01-20T20:33:40.360Z","avatar_url":"https://github.com/glaucia86.png","language":"JavaScript","readme":"# Live Coding Twitch.tv: Desenvolvendo um ChatBot em Node.js com Microsoft Bot Framework v.3 - Pizzaria Italiana\n\n[![Evento-Twitch-Glaucia-Lemos.jpg](https://i.postimg.cc/hvyt5yXy/Evento-Twitch-Glaucia-Lemos.jpg)](https://postimg.cc/K3TbK5rB)\n\n## Recursos Utilizados no Desenvolvimento da Aplicação: :rocket:\n\n* Visual Studio Code - **[DOWNLOAD AQUI](https://code.visualstudio.com/?WT.mc_id=javascript-0000-gllemos)**\n* Node.JS - **[DOWNLOAD AQUI](https://nodejs.org/en/)**\n* Microsoft Bot Framework Emulator - **[DOWNLOAD AQUI](https://github.com/Microsoft/BotFramework-Emulator/releases\n)**\n* Instalar a versão Python 2.x - **[DOWNLOAD AQUI](https://www.python.org/downloads/)**\n* Instalar globalmente o node-gyp - **[DOCUMENTAÇÃO PARA INSTALAÇÃO DE MANEIRA CORRETA AQUI](https://github.com/nodejs/node-gyp)**\n\n* Cadastro no site LUIS: **https://www.luis.ai/**\n\n* Cadastro no site Azure: **https://azure.microsoft.com/services/bot-service/?WT.mc_id=javascript-0000-gllemos**\n\nOBS.: Quando seguir o passo da instalação do **node-gyp** é de suma importância que façam o seguinte:\n\n**Passo 1:** criar manualmente o arquivo **binding.gyp** dentro do diretório do node_modules do appData, conforme o exemplo abaixo:\n\n```\n\n\u003e C:\\users\\UserName\\appdata\\roaming\\npm\\node_modules\\node-gyp\n\n```\n\n**Passo 2:** incluir no arquivo **binding.gyp** o seguinte bloco de código e salve:\n\n```\n\n{\n    \"targets\": [{\n    \"target_name\": \"binding\",\n    \"sources\": [ \"build/Release/binding.node\" ]\n    }]\n}\n\n```\n\n**Passo 3:** feito isso, agore execute os seguintes comandos abaixo, dentro do mesmo diretório do appData:\n\n```\n\n\u003e node-gyp configure\n\n```\n\n```\n\n\u003e node-gyp configure --msvs_version=2015\n\n```\n\n```\n\n\u003e node-gyp build\n\n```\n\nSeguindo todos esses passos, vocês estarão prontos para instalar as depedências na pasta do projeto! ;)\n\n\n## Dúvidas?! :triangular_flag_on_post:\n\nSe tiverem alguma dúvida referente ao código feito ou para configurar o ambiente de desenvolvimento bastam criar uma **[ISSUE AQUI](https://github.com/glaucia86/live-coding-chatbot-nodejs/issues)** no GitHub que estarei respondendo a vocês!! :heart: :heart: :heart: :blush:\n\n\u003cp align=\"center\"\u003e\n    \u003cimg src=\"https://i.imgur.com/dLSzYDT.gif\"/\u003e  \n\u003c/p\u003e\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fglaucia86%2Flive-coding-chatbot-nodejs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fglaucia86%2Flive-coding-chatbot-nodejs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fglaucia86%2Flive-coding-chatbot-nodejs/lists"}