{"id":21031502,"url":"https://github.com/slaveofcode/whatdash","last_synced_at":"2025-12-26T17:54:07.559Z","repository":{"id":43497162,"uuid":"170254060","full_name":"slaveofcode/whatdash","owner":"slaveofcode","description":"Simple dashboard for collaborative messaging on WhatsApp Personal Account","archived":false,"fork":false,"pushed_at":"2022-12-10T12:06:51.000Z","size":4915,"stargazers_count":1,"open_issues_count":18,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-01-20T15:23:33.685Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/slaveofcode.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2019-02-12T04:50:24.000Z","updated_at":"2021-04-23T15:04:51.000Z","dependencies_parsed_at":"2023-01-26T07:16:09.953Z","dependency_job_id":null,"html_url":"https://github.com/slaveofcode/whatdash","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/slaveofcode%2Fwhatdash","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/slaveofcode%2Fwhatdash/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/slaveofcode%2Fwhatdash/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/slaveofcode%2Fwhatdash/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/slaveofcode","download_url":"https://codeload.github.com/slaveofcode/whatdash/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243472211,"owners_count":20296290,"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-11-19T12:29:02.066Z","updated_at":"2025-12-26T17:54:07.459Z","avatar_url":"https://github.com/slaveofcode.png","language":"Go","readme":"# WhatDash\nExperimental Whatsapp messaging based on the server-side communication bridge.\n\n\u003cimg src=\"https://i.imgur.com/6M0knpk.png\" align=\"right\"\u003e\n\nThis is experimental project, so do the development with a caution.\n\n## Web GUI\n### Homepage Preview\n\u003cimg src=\"https://i.imgur.com/xN0d6vt.png\" align=\"center\"\u003e\n\n### Register new Number Preview\n\u003cimg src=\"https://i.imgur.com/JMP0hsS.png\" align=\"center\"\u003e\n\n### Chat Window Preview\n\u003cimg src=\"https://i.imgur.com/do5wxgK.png\" align=\"center\"\u003e\n\n## API Documentation\n### Registering New Number\nRegister a new number before starting to communicate by this service\n\n**Request**: POST `/wa/session/create`\n\n- `number` - the string phone number with area code without \"+\" eg: 6285716116666\n\n```\n  {\n    \"number\": \"6285716116666\" \u003cstring|required\u003e\n  }\n```\n\n### Checking Number\nChecking the phone number if has been registered to the service\n\n**Request**: POST `/wa/session/check`\n\n- `number` - the string phone number with area code without \"+\" eg: 6285716116666\n\n```\n  {\n    \"number\": \"6285716116666\" \u003cstring|required\u003e\n  }\n```\n\n### Send Text Message\nSending text message\n\n**Request**: POST `/wa/send/text`\n\n- `from` the sender phone number\n- `to` receiver phone number\n- `message` the string message to send\n\n```\n  {\n    \"from\": \"6285716116666\", \u003cstring|required\u003e\n    \"to\": \"6285716117777\", \u003cstring|required\u003e \n    \"message\": \"Hello from whatsapp\"\n  }\n```\n\n### Terminate Socket Connection\nTerminate existing socket connection\n\n**Request**: POST `/wa/connection/terminate`\n\n- `number` the phone number to terminate\n\n```\n  {\n    \"number\": \"6285716116666\" \u003cstring|required\u003e\n  }\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fslaveofcode%2Fwhatdash","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fslaveofcode%2Fwhatdash","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fslaveofcode%2Fwhatdash/lists"}