{"id":22173867,"url":"https://github.com/9d4/wadoh","last_synced_at":"2025-10-05T07:49:12.568Z","repository":{"id":240203603,"uuid":"801906534","full_name":"9d4/wadoh","owner":"9d4","description":null,"archived":false,"fork":false,"pushed_at":"2024-05-23T00:30:52.000Z","size":208,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-05-23T02:17:28.851Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","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/9d4.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}},"created_at":"2024-05-17T06:38:03.000Z","updated_at":"2024-05-28T05:52:20.905Z","dependencies_parsed_at":"2024-05-20T01:44:31.920Z","dependency_job_id":"4199812b-988c-4ea1-bf0a-f135e28be563","html_url":"https://github.com/9d4/wadoh","commit_stats":null,"previous_names":["9d4/wadoh"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/9d4%2Fwadoh","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/9d4%2Fwadoh/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/9d4%2Fwadoh/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/9d4%2Fwadoh/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/9d4","download_url":"https://codeload.github.com/9d4/wadoh/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245325223,"owners_count":20596818,"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":[],"created_at":"2024-12-02T07:36:01.242Z","updated_at":"2025-09-17T11:38:41.713Z","avatar_url":"https://github.com/9d4.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"/html/static/wadoh.png\" width=\"200\" align=\"center\"/\u003e\n\u003c/p\u003e\n\u003ch2 align=\"center\"\u003eWadoh\u003c/h2\u003e\n\n**Wadoh** is WhatsApp Web API powered by [whatsmeow](https://github.com/tulir/whatsmeow). It provides API from\nconnected device that can be integrated with other app or system. This repo is just the Wadoh web itself, the\ndevices are managed in [wadoh-be](https://github.com/9d4/wadoh) through gRPC.\n\nThis supposed to be like:\n- Multi user\n- Multi devices (each user can have many devices)\n- Human like action (typing and online before send message)\n- Providing API for devices\n- Providing webhook for received messages\n\n**Disclaimer:** This is not official WhatsApp API, it's not guaranteed you will not be blocked by using this.\n### Running\nFrontend is using parcel to build css and js, it's located in [html/](/html). During development we may run\n```sh\n$ npm run watch\n```\n\nto build and run the web server, add `dev` tag so it will use os FS instead of embed FS.\n```sh\n$ go run -tags dev .\n```\n#### Configuration\nWadoh supports yaml, json, and environment variable. See yaml [example](./wadoh.yml). Environment variable should be prefixed\nwith `WADOH_` and use `__` for children.\n```yml\nlog_level: -1 # see zerolog.Level for reference: https://github.com/rs/zerolog/?tab=readme-ov-file#leveled-logging\nhttp:\n  address: 0.0.0.0:8080 # or WADOH_HTTP__ADDRESS=127.0.0.1:8989\n  jwt_secret: abc\nstorage:\n  provider: mysql\n  dsn: root:@tcp(localhost:3306)/wadoh?parseTime=true\nwadoh_be_address: localhost:50051\n```\nCustom config path is also supported, use `-c` or `--config` to use custom config path.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F9d4%2Fwadoh","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F9d4%2Fwadoh","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F9d4%2Fwadoh/lists"}