{"id":50865346,"url":"https://github.com/mustofa-id/wa-bot","last_synced_at":"2026-06-15T00:33:07.707Z","repository":{"id":363239770,"uuid":"1055223975","full_name":"mustofa-id/wa-bot","owner":"mustofa-id","description":"Multipurpose Personal WhatsApp Bot","archived":false,"fork":false,"pushed_at":"2026-06-13T06:20:50.000Z","size":126,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-15T00:32:26.325Z","etag":null,"topics":["bot","nodejs","wa-bot","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/mustofa-id.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null}},"created_at":"2025-09-12T00:42:49.000Z","updated_at":"2026-06-09T14:32:35.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/mustofa-id/wa-bot","commit_stats":null,"previous_names":["mustofa-id/wa-bot"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mustofa-id/wa-bot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mustofa-id%2Fwa-bot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mustofa-id%2Fwa-bot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mustofa-id%2Fwa-bot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mustofa-id%2Fwa-bot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mustofa-id","download_url":"https://codeload.github.com/mustofa-id/wa-bot/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mustofa-id%2Fwa-bot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34343312,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-14T02:00:07.365Z","response_time":62,"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","nodejs","wa-bot","whatsapp-bot"],"created_at":"2026-06-15T00:33:07.021Z","updated_at":"2026-06-15T00:33:07.696Z","avatar_url":"https://github.com/mustofa-id.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Personal WhatsApp Bot\n\nUses a plugin-based architecture — commands auto-discover from the `plugins/` directory. Runs on Node.js with native TypeScript (no build step).\n\n## Features\n\n- **Plugin system** — drop a file in `plugins/`, export a `BotPlugin`, and `!your-command` works immediately\n- **Status HD** — convert image/video attachments or URLs to HD-ready status with auto-splitting\n- **Queues** — per-user or global serialization for long-running plugins\n- **Generator plugins** — yield intermediate progress messages and interactive prompts\n- And more...\n\n## Requirements\n\n- Node.js ≥ 22\n- pnpm 11.2.2 (managed via corepack)\n- ffmpeg + ffprobe, ghostscript, yt-dlp (optional — per-plugin)\n\n## How to Run\n\n### Development\n\n```bash\npnpm install\npnpm dev\n```\n\n### Production\n\nRun with `./deploy.sh` script (Linux/Unix only) or manually:\n\nWith PM2:\n\n```bash\npnpm add -g pm2\npm2 start main.ts --interpreter node --interpreter-args \"--env-file=.env\" --name wa-bot\n```\n\nWith Podman:\n\n```bash\npodman build -t wa-bot:latest .\npodman run -d --env-file .env --name wa-bot -v \"$(pwd)/data:/app/data\" wa-bot:latest\n```\n\nWith Docker:\n\n```bash\ndocker build -t wa-bot:latest .\ndocker run -d --env-file .env --name wa-bot -v \"$(pwd)/data:/app/data\" wa-bot:latest\n```\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmustofa-id%2Fwa-bot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmustofa-id%2Fwa-bot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmustofa-id%2Fwa-bot/lists"}