{"id":15093407,"url":"https://github.com/dimaskiddo/go-whatsapp-rest","last_synced_at":"2025-10-06T12:31:59.373Z","repository":{"id":52860677,"uuid":"173512579","full_name":"dimaskiddo/go-whatsapp-rest","owner":"dimaskiddo","description":"Go WhatsApp Implementation in REST API","archived":true,"fork":false,"pushed_at":"2023-07-31T05:17:16.000Z","size":125,"stargazers_count":130,"open_issues_count":5,"forks_count":44,"subscribers_count":15,"default_branch":"master","last_synced_at":"2024-10-01T07:41:10.594Z","etag":null,"topics":["api","go","golang","rest","server","whatsapp","whatsapp-api","whatsapp-web"],"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/dimaskiddo.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":"2019-03-03T00:06:19.000Z","updated_at":"2024-08-04T05:55:48.000Z","dependencies_parsed_at":"2024-06-20T11:02:03.991Z","dependency_job_id":"5b454d0b-fd4e-44b0-bc68-658cf9106879","html_url":"https://github.com/dimaskiddo/go-whatsapp-rest","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dimaskiddo%2Fgo-whatsapp-rest","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dimaskiddo%2Fgo-whatsapp-rest/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dimaskiddo%2Fgo-whatsapp-rest/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dimaskiddo%2Fgo-whatsapp-rest/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dimaskiddo","download_url":"https://codeload.github.com/dimaskiddo/go-whatsapp-rest/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":235527720,"owners_count":19004370,"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":["api","go","golang","rest","server","whatsapp","whatsapp-api","whatsapp-web"],"created_at":"2024-09-25T11:22:35.994Z","updated_at":"2025-10-06T12:31:54.031Z","avatar_url":"https://github.com/dimaskiddo.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Go WhatsApp Implementation in REST API\n\nThis repository contains example of implementation [Rhymen/go-whatsapp](https://github.com/Rhymen/go-whatsapp) package. This example is using a codebase from [dimaskiddo/codebase-go-rest-lite](https://github.com/dimaskiddo/codebase-go-rest-lite).\n\n### Warning\n\nSince WhatsApp is migrating to Multi-Device support then this repository might be unusable in the future. For Go WhatsApp REST with Multi-Device support please visit the new repository [dimaskiddo/go-whatsapp-multidevice-rest](https://github.com/dimaskiddo/go-whatsapp-multidevice-rest)\n\n## Getting Started\n\nThese instructions will get you a copy of the project up and running on your local machine for development and testing purposes.\nSee deployment for notes on how to deploy the project on a live system.\n\n### Prerequisites\n\nPrequisites package:\n* Go (Go Programming Language)\n* Dep (Go Dependencies Management Tool)\n* Make (Automated Execution using Makefile)\n\nOptional package:\n* GoReleaser (Go Automated Binaries Build)\n* Docker (Application Containerization)\n\n### Installing\n\nBelow is the instructions to make this codebase running:\n* Create a Go Workspace directory and export it as the extended GOPATH directory\n```\ncd \u003cyour_go_workspace_directory\u003e\nexport GOPATH=$GOPATH:\"`pwd`\"\n```\n* Under the Go Workspace directory create a source directory\n```\nmkdir -p src/github.com/dimaskiddo/go-whatsapp-rest\n```\n* Move to the created directory and pull codebase\n```\ncd src/github.com/dimaskiddo/go-whatsapp-rest\ngit clone -b master https://github.com/dimaskiddo/go-whatsapp-rest.git .\n```\n* Run following command to pull dependecies package\n```\nmake vendor\n```\n* Until this step you already can run this code by using this command\n```\nmake run\n```\n\n## Running The Tests\n\nCurrently the test is not ready yet :)\n\n## Deployment\n\nTo build this code to binaries for distribution purposes you can run following command:\n```\nmake release\n```\nThe build result will shown in build directory\nOr use Docker Images available in dimaskiddo/go-whatsapp-rest\n\n## API Access\n\nYou can access any endpoint under **ROUTER_BASE_PATH** configuration by default located at */api/v1/whatsapp*.\nConfiguration files are located in *share/etc* directory.\n\n## Built With\n\n* [Go](https://golang.org/) - Go Programming Languange\n* [Dep](https://github.com/golang/dep) - Go Dependency Management Tool\n* [GoReleaser](https://github.com/goreleaser/goreleaser) - Go Automated Binaries Build\n* [Make](https://www.gnu.org/software/make/) - GNU Make Automated Execution\n* [Docker](https://www.docker.com/) - Application Containerization\n\n## Authors\n\n* **Dimas Restu Hidayanto** - *Initial Work* - [DimasKiddo](https://github.com/dimaskiddo)\n\nSee also the list of [contributors](https://github.com/dimaskiddo/go-whatsapp-rest/contributors) who participated in this project\n\n## Annotation\n\nYou can seek more information for the make command parameters in the [Makefile](https://raw.githubusercontent.com/dimaskiddo/go-whatsapp-rest/master/Makefile)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdimaskiddo%2Fgo-whatsapp-rest","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdimaskiddo%2Fgo-whatsapp-rest","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdimaskiddo%2Fgo-whatsapp-rest/lists"}