{"id":22402021,"url":"https://github.com/heliosilva/oficina_botjs","last_synced_at":"2025-10-11T14:37:08.581Z","repository":{"id":62135664,"uuid":"537684753","full_name":"HelioSilva/oficina_botjs","owner":"HelioSilva","description":"Esse BOT é o resultado de uma série no canal @OficinaDaProgramação(Youtube), sobre a criação de BOTs para Whatsapp. Pensando em criar vários tipos de BOTs, precisavamos ter um template de BOT para facilitar os projetos.","archived":false,"fork":false,"pushed_at":"2022-11-13T16:07:28.000Z","size":67,"stargazers_count":4,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-07T05:22:47.579Z","etag":null,"topics":["bot","botwhatsapp","whatsapp-automation","whatsapp-bot"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/HelioSilva.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}},"created_at":"2022-09-17T03:14:38.000Z","updated_at":"2023-09-07T22:02:56.000Z","dependencies_parsed_at":"2022-10-27T02:45:20.295Z","dependency_job_id":null,"html_url":"https://github.com/HelioSilva/oficina_botjs","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/HelioSilva/oficina_botjs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HelioSilva%2Foficina_botjs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HelioSilva%2Foficina_botjs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HelioSilva%2Foficina_botjs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HelioSilva%2Foficina_botjs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/HelioSilva","download_url":"https://codeload.github.com/HelioSilva/oficina_botjs/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HelioSilva%2Foficina_botjs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279007451,"owners_count":26084313,"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","status":"online","status_checked_at":"2025-10-11T02:00:06.511Z","response_time":55,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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","botwhatsapp","whatsapp-automation","whatsapp-bot"],"created_at":"2024-12-05T09:10:06.445Z","updated_at":"2025-10-11T14:37:08.563Z","avatar_url":"https://github.com/HelioSilva.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Oficina_BOTJS\n\nEsse BOT é o resultado de uma série no canal @OficinaDaProgramação(Youtube), sobre a criação de BOTs para Whatsapp.\nPensando em criar vários tipos de BOTs, precisavamos ter um template de BOT para facilitar os projetos.\n\nUsamos como motor do bot a biblioteca \"pedroslopez/whatsapp-web.js\" para recebimento e envio de mensagens.\nA idéia é aprimorar o template, para que tenhamos escolha de motor, tirando toda dependência de um único motor do WhatsAppBOT.\n\n## Autores\n\n- [@HelioSilva](https://github.com/HelioSilva)\n\n## Instalação\n\nInstale oficina_botjs com npm\n\n```bash\n  npm install oficina_botjs\n```\n\n## Melhorias\n\nQue melhorias você fez no seu código? Ex: refatorações, melhorias de performance, acessibilidade, etc\n\n## Relatos de Bugs e sugestões\n\nPara relatar bugs e sugestões no projeto, use as Issues do projeto no github.\n[Link](https://github.com/HelioSilva/Serie-ChatBot-ZeroAoAvancado/issues)\n\n## Screenshots\n\n![App Screenshot](https://via.placeholder.com/468x300?text=App+Screenshot+Here)\n\n## Uso/Exemplos\n\n#### Criar o BOT\n\n```javascript\nimport { BotJS } from \"oficina_botjs\";\n\nconst bot = new BotJS({\n  timeout: 1000,\n});\n\nbot.executar();\n```\n\n#### Enviar mensagem(Texto)\n\n```javascript\nimport { BotJS, EnvioMensagemTexto } from \"oficina_botjs\";\n\nconst bot = new BotJS({\n  timeout: 1000,\n});\n\n(()=\u003e{\n await bot.executar();\n\n  const msgTexto = new EnvioMensagemTexto({\n          para: '551112341234@c.us',\n          mensagem: \"Eu sou o BOT!\",\n  });\n\n  bot.enviar(msgTexto);\n})();\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fheliosilva%2Foficina_botjs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fheliosilva%2Foficina_botjs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fheliosilva%2Foficina_botjs/lists"}