{"id":47596973,"url":"https://github.com/juniorkrz/stickerbot","last_synced_at":"2026-04-01T18:17:38.355Z","repository":{"id":244875615,"uuid":"816541863","full_name":"juniorkrz/stickerbot","owner":"juniorkrz","description":"A WhatsApp bot for creating stickers and much more.","archived":false,"fork":false,"pushed_at":"2026-03-30T23:16:54.000Z","size":29686,"stargazers_count":3,"open_issues_count":7,"forks_count":3,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-03-31T01:34:06.850Z","etag":null,"topics":["baileys","baileys-bot","baileys-md","bot","nodejs","sticker","typescript","whatsapp","whatsapp-bot"],"latest_commit_sha":null,"homepage":"https://stickerbot.jrkrz.com","language":"TypeScript","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/juniorkrz.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-06-18T00:50:00.000Z","updated_at":"2026-03-30T23:16:59.000Z","dependencies_parsed_at":"2024-07-06T00:10:39.405Z","dependency_job_id":"c7efd206-355d-4382-9e4f-ab1d0e86bd04","html_url":"https://github.com/juniorkrz/stickerbot","commit_stats":{"total_commits":257,"total_committers":6,"mean_commits":"42.833333333333336","dds":"0.10505836575875482","last_synced_commit":"65743de0dbcc0250a16c4b794e110c21343e84e1"},"previous_names":["juniorkrz/stickerbot"],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/juniorkrz/stickerbot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juniorkrz%2Fstickerbot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juniorkrz%2Fstickerbot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juniorkrz%2Fstickerbot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juniorkrz%2Fstickerbot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/juniorkrz","download_url":"https://codeload.github.com/juniorkrz/stickerbot/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juniorkrz%2Fstickerbot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31290806,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-01T13:12:26.723Z","status":"ssl_error","status_checked_at":"2026-04-01T13:12:25.102Z","response_time":53,"last_error":"SSL_read: 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":["baileys","baileys-bot","baileys-md","bot","nodejs","sticker","typescript","whatsapp","whatsapp-bot"],"created_at":"2026-04-01T18:17:37.690Z","updated_at":"2026-04-01T18:17:38.342Z","avatar_url":"https://github.com/juniorkrz.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# StickerBot 🤖\n\n💻 Originalmente desenvolvido em Python, migrado para JavaScript e agora escrito em TypeScript. 🎉\n\nStickerBot é um bot de figurinhas com uma vasta gama de comandos. Ele pode:\n- Auxiliar na administração do seu grupo\n- Divertir os membros\n- Criar figurinhas incríveis\n\n## 🤖 Showcase\n\n- Veja o bot em funcionamento [aqui](https://api.whatsapp.com/send/?phone=558194742944\u0026text=!menu).\n\n## 📝 Lista de Tarefas\n\n- Confira as tarefas pendentes e o progresso do projeto [aqui](TODO.md).\n\n## 🚀 Funcionalidades Principais\n\n- **Administração de Grupo:** Comandos para gerenciar e moderar grupos.\n- **Criação de Figurinhas:** Transforme imagens, vídeos e textos em figurinhas personalizadas.\n- **Diversão:** Baixe músicas do YouTube diretamente pelo WhatsApp.\n\n## 📦 Instalação\n\n1. Clone este repositório:\n    ```bash\n    git clone https://github.com/juniorkrz/stickerbot\n    ```\n2. Navegue até o diretório do projeto:\n    ```bash\n    cd stickerbot\n    ```\n3. Instale as dependências:\n    ```bash\n    npm install\n    ```\n4. Configure as variáveis de ambiente necessárias (veja [.env.example](.env.example) para referência).\n\n## 🚀 Como Usar\n\nCompilando o projeto:\n```bash\nnpm run build\n```\n\nRodar em produção:\n```bash\nnpm start\n```\n\nRodar em desenvolvimento:\n```bash\nnpm run dev\n```\n\nRodar em desenvolvimento com auto reload:\n```bash\nnpm run debug\n```\n\n## 🐳 Via Docker\n\nBuild:\n```bash\ndocker build -t juniorkrz/stickerbot .\n```\n\nRun:\n```bash\ndocker run -d --name stickerbot -p 3000:3000 -v [/your/data/folder]:/data juniorkrz/stickerbot\n```\n\n### Como escanear o QR Code\n\nAssim que o container estiver em execução, você precisará vincular seu telefone a ele. Para fazer isso, você tem algumas opções:\n\n- `http://localhost:3000/qr` para ver uma pequena página com o QR Code para digitalizar.\n- `docker logs -f stickerbot` para abrir o log. O QR será impresso lá. (Via Docker)\n\n## 🤝 Contribuição\n\n1. Faça um fork do projeto\n2. Crie uma branch para sua feature (`git checkout -b feature/nova-feature`)\n3. Faça commit das suas alterações (`git commit -m 'Adiciona nova feature'`)\n4. Faça push para a branch (`git push origin feature/nova-feature`)\n5. Abra um Pull Request\n\n## 👨🏻‍💻 Autor\n- [Antônio Roberto Júnior](https://github.com/juniorkrz)\n\n## 💡 Inspirações\n\nEste projeto foi inspirado pelo trabalho de [helv-io/wa-stickerbot](https://github.com/helv-io/wa-stickerbot).\n\n## 📄 Licença\n\nEste projeto está licenciado sob a Licença MIT. Veja o arquivo [LICENSE](LICENSE) para mais detalhes.\n\n## ⚙ Tecnologias e Ferramentas\n\n![Docker](https://camo.githubusercontent.com/8396abd667a0eca7d28cdb29ec63b6bf29a7854c7c3d467e6ece648c7e9b81e1/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f646f636b65722d2532333064623765642e7376673f7374796c653d666f722d7468652d6261646765266c6f676f3d646f636b6572266c6f676f436f6c6f723d7768697465)\n![NodeJS](https://camo.githubusercontent.com/0d58facab1be74748c39244ff3d990ae8ddd765af40263ed006219154ba90649/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6e6f64652e6a732d3644413535463f7374796c653d666f722d7468652d6261646765266c6f676f3d6e6f64652e6a73266c6f676f436f6c6f723d7768697465)\n![SQLite](https://camo.githubusercontent.com/34832d20f2587ef5fae771070dc9a55bac4999625ca9fdd4a0ceb44ab17d3ed1/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f73716c6974652d2532333037343035652e7376673f7374796c653d666f722d7468652d6261646765266c6f676f3d73716c697465266c6f676f436f6c6f723d7768697465)\n![TypeScript](https://camo.githubusercontent.com/a00920b123df05b3df5e368e509f18bacd65bc5909698fb42be5f35063550f47/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f747970657363726970742d2532333030374143432e7376673f7374796c653d666f722d7468652d6261646765266c6f676f3d74797065736372697074266c6f676f436f6c6f723d7768697465)\n\n## 🌟 Agradecimentos\n\nObrigado a todos os contribuidores e usuários que tornam este projeto possível!\n\n---\n\nFeito com 💜 por [Juniorkrz](https://github.com/juniorkrz)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjuniorkrz%2Fstickerbot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjuniorkrz%2Fstickerbot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjuniorkrz%2Fstickerbot/lists"}