{"id":16687356,"url":"https://github.com/rodrigokamada/chatbot-rcs","last_synced_at":"2025-05-15T04:34:54.897Z","repository":{"id":40581146,"uuid":"369669616","full_name":"rodrigokamada/chatbot-rcs","owner":"rodrigokamada","description":"Application example using JavaScript and Node.js where a simple chatbot will be implemented using the ZENVIA platform to integrate with RCS (Rich Communication Services) and the OpenWeatherMap platform to integrate with meteorological data in order to test some RCS features such as sending and receiving text and image messages and sharing location.","archived":false,"fork":false,"pushed_at":"2022-07-02T10:41:12.000Z","size":47,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-05-11T07:11:18.102Z","etag":null,"topics":["chatbot","hacktoberfest","javascript","ngrok","nodejs","openweathermap","rcs","weather","zenvia"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/rodrigokamada.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":"rodrigokamada"}},"created_at":"2021-05-21T22:45:34.000Z","updated_at":"2024-09-14T01:10:52.000Z","dependencies_parsed_at":"2022-08-27T02:06:49.136Z","dependency_job_id":null,"html_url":"https://github.com/rodrigokamada/chatbot-rcs","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/rodrigokamada%2Fchatbot-rcs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rodrigokamada%2Fchatbot-rcs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rodrigokamada%2Fchatbot-rcs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rodrigokamada%2Fchatbot-rcs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rodrigokamada","download_url":"https://codeload.github.com/rodrigokamada/chatbot-rcs/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254274733,"owners_count":22043575,"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","hacktoberfest","javascript","ngrok","nodejs","openweathermap","rcs","weather","zenvia"],"created_at":"2024-10-12T15:08:54.416Z","updated_at":"2025-05-15T04:34:54.613Z","avatar_url":"https://github.com/rodrigokamada.png","language":"JavaScript","funding_links":["https://github.com/sponsors/rodrigokamada"],"categories":[],"sub_categories":[],"readme":"# RCS chatbot using Node.js\n\nApplication example using [JavaScript](https://developer.mozilla.org/docs/Web/JavaScript) and [Node.js](https://nodejs.org/) where a simple chatbot will be implemented using the [ZENVIA](https://www.zenvia.com/) platform to integrate with RCS (Rich Communication Services) and the [OpenWeatherMap](https://www.openweathermap.org/) platform to integrate with meteorological data in order to test some RCS features such as sending and receiving text and image messages and sharing location.\n\nThis tutorial was posted on my [blog](https://rodrigo.kamada.com.br/blog/como-construir-um-chatbot-de-previsao-do-tempo-no-canal-rcs-usando-nodejs) in portuguese and on the [DEV Community](https://dev.to/rodrigokamada/how-to-build-a-weather-chatbot-in-rcs-channel-using-nodejs-2jin) in english.\n\n\n\n[![Website](https://shields.braskam.com/v1/shields?name=website\u0026format=rectangle\u0026size=small\u0026radius=5)](https://rodrigo.kamada.com.br)\n[![LinkedIn](https://shields.braskam.com/v1/shields?name=linkedin\u0026format=rectangle\u0026size=small\u0026radius=5)](https://www.linkedin.com/in/rodrigokamada)\n[![Twitter](https://shields.braskam.com/v1/shields?name=twitter\u0026format=rectangle\u0026size=small\u0026radius=5\u0026socialAccount=rodrigokamada)](https://twitter.com/rodrigokamada)\n[![Instagram](https://shields.braskam.com/v1/shields?name=instagram\u0026format=rectangle\u0026size=small\u0026radius=5)](https://www.instagram.com/rodrigokamada)\n\n\n\n## Prerequisites\n\n\nBefore you start, you need to install and configure the tools and services:\n\n* [git](https://git-scm.com/)\n* [Node.js and npm](https://nodejs.org/)\n* IDE (e.g. [Visual Studio Code](https://code.visualstudio.com/))\n* [ZENVIA](https://app.zenvia.com/) account\n* [OpenWeatherMap](https://home.openweathermap.org/users/sign_up) account\n* [ngrok](https://dashboard.ngrok.com/signup) account\n\n\n\n## Getting started\n\n\n**1.** Clone the repository.\n\n```shell\ngit clone git@github.com:rodrigokamada/chatbot-rcs.git\n```\n\n**2.** Install the dependencies.\n\n```shell\nnpm ci\n```\n\n**3.** Change the `.env` file and add the [ZENVIA](https://app.zenvia.com/home/api) and [OpenWeatherMap](https://home.openweathermap.org/api_keys) tokens. \n\n**4.** Run the application.\n\n```shell\nnpm start\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frodrigokamada%2Fchatbot-rcs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frodrigokamada%2Fchatbot-rcs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frodrigokamada%2Fchatbot-rcs/lists"}