{"id":25044946,"url":"https://github.com/thiagojacinto/atende-ai-bot-service","last_synced_at":"2026-05-16T12:31:03.771Z","repository":{"id":51658161,"uuid":"260737707","full_name":"thiagojacinto/atende-ai-bot-service","owner":"thiagojacinto","description":"Bot application that performs scheduling activities with some of Twilio's APIs","archived":false,"fork":false,"pushed_at":"2021-05-10T21:22:58.000Z","size":113,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-06T05:19:50.468Z","etag":null,"topics":["bot","javascript","nodejs","twilio","twilio-api"],"latest_commit_sha":null,"homepage":null,"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/thiagojacinto.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":"2020-05-02T17:20:44.000Z","updated_at":"2021-05-18T01:58:09.000Z","dependencies_parsed_at":"2022-08-22T19:21:08.344Z","dependency_job_id":null,"html_url":"https://github.com/thiagojacinto/atende-ai-bot-service","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/thiagojacinto%2Fatende-ai-bot-service","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thiagojacinto%2Fatende-ai-bot-service/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thiagojacinto%2Fatende-ai-bot-service/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thiagojacinto%2Fatende-ai-bot-service/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thiagojacinto","download_url":"https://codeload.github.com/thiagojacinto/atende-ai-bot-service/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246395591,"owners_count":20770243,"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","javascript","nodejs","twilio","twilio-api"],"created_at":"2025-02-06T05:19:52.704Z","updated_at":"2026-05-16T12:30:58.750Z","avatar_url":"https://github.com/thiagojacinto.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AtendeAI\n\u003e A simple Bot Service: _**Scheduling done autonomously**_.\n\nBot application that performs scheduling activities with some of Twilio's APIs\n\n## A que se propõe:\n\nDesenvolvido em resposta ao Desafio MEGAHACK proposto pela Shawee e Sebrae, esta aplicação tem por objetivos:\n- [ ] Integrar-se com a plataforma popular de mensagem _WhatsApp_;\n- [ ] Utilizar essa integração para responder a pedidos de agendamento;\n\n## Status do MVP\n\nO projeto se baseia em APIs da ***Twilio*** que facilitam duas integrações:\n- Uso de mensageria atravéis do WhatsApp ([ref](https://www.twilio.com/whatsapp));\n- Plataforma **Autopilot**, que usa inteligência artificial para construir e treinar os Bots ([ref](https://www.twilio.com/autopilot)).\n\nÉ possível integrar o Autopilot com chamadas a uma API externa, que então interage com banco de dados. Assim, neste repositório ficará a API REST desenvolvida em Node e aliada a um banco de dados MongoDB, cujas funções são:\n- [x] [Cadastro de um agendamento](https://github.com/thiagojacinto/atende-ai-bot-service/blob/10f0cc62beba0f17fabe8be378cf2921e4318ff8/src/Controllers/AgendaController.js#L10) a partir de um número de telefone;\n- [x] Exibir informações sobre um agendamento [[1]](https://github.com/thiagojacinto/atende-ai-bot-service/blob/10f0cc62beba0f17fabe8be378cf2921e4318ff8/src/Controllers/AgendaController.js#L5), [[2]](https://github.com/thiagojacinto/atende-ai-bot-service/blob/10f0cc62beba0f17fabe8be378cf2921e4318ff8/src/Controllers/AgendaController.js#L38) previamente cadastrado.\n- [x] Realizar a [confirmação ou desmarcação](https://github.com/thiagojacinto/atende-ai-bot-service/blob/10f0cc62beba0f17fabe8be378cf2921e4318ff8/src/Controllers/AgendaController.js#L59) do agendamento.\n\n## Como usar\n\nA partir de configuração - do banco de dados MongoDB e da porta selecionada - realizada em um arquivo separado [`config.js`](https://github.com/thiagojacinto/atende-ai-bot-service/blob/master/src/config.js), é somente necessário usar o comando:\n\n```javascript\nnpm start\n```\n\ne então a API estará rodando localmente, cujo teste simples pode ser realizado digitando e esperando um status `200`:\n\n```curl\ncurl http://localhost:3000/v1/agendamentos\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthiagojacinto%2Fatende-ai-bot-service","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthiagojacinto%2Fatende-ai-bot-service","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthiagojacinto%2Fatende-ai-bot-service/lists"}