{"id":14987127,"url":"https://github.com/fawwaz37/whatsapp-gateway","last_synced_at":"2025-04-05T23:06:32.268Z","repository":{"id":60038491,"uuid":"537408854","full_name":"fawwaz37/whatsapp-gateway","owner":"fawwaz37","description":"Simple WhatsApp Gateway, Built Using Baileys, Express, Sequelize, and Mazer","archived":false,"fork":false,"pushed_at":"2024-06-18T08:24:58.000Z","size":2230,"stargazers_count":253,"open_issues_count":11,"forks_count":172,"subscribers_count":8,"default_branch":"main","last_synced_at":"2025-03-29T22:04:52.502Z","etag":null,"topics":["api","expressjs","mysql","nodejs","sequelize","whatsapp-bot","whatsapp-gateway"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fawwaz37.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}},"created_at":"2022-09-16T10:25:01.000Z","updated_at":"2025-03-28T12:55:52.000Z","dependencies_parsed_at":"2024-05-11T08:22:41.065Z","dependency_job_id":"beed6df2-49ed-4868-bbbe-1ffc445f2de2","html_url":"https://github.com/fawwaz37/whatsapp-gateway","commit_stats":{"total_commits":10,"total_committers":1,"mean_commits":10.0,"dds":0.0,"last_synced_commit":"d0de92741d7f943c2f9c641218c4bf0169625d48"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fawwaz37%2Fwhatsapp-gateway","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fawwaz37%2Fwhatsapp-gateway/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fawwaz37%2Fwhatsapp-gateway/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fawwaz37%2Fwhatsapp-gateway/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fawwaz37","download_url":"https://codeload.github.com/fawwaz37/whatsapp-gateway/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247411229,"owners_count":20934653,"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","expressjs","mysql","nodejs","sequelize","whatsapp-bot","whatsapp-gateway"],"created_at":"2024-09-24T14:14:07.979Z","updated_at":"2025-04-05T23:06:32.247Z","avatar_url":"https://github.com/fawwaz37.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\n# **WhatsApp - Gateway**\n\n\u003cimg src=\"./public/image/readme/dashboard.png\" width=\"500\" alt=\"Img Dashboard\" \u003e\n\nSimple WhatsApp Gateway, Built Using Baileys, Express, Sequelize + [Mazer](https://github.com/zuramai/mazer)\n\n\u003c/div\u003e\n\n\u003cp align=\"center\"\u003e\n\u003ca href=\"https://github.com/fawwaz37/whatsapp-gateway/stargazers\" target=\"_blank\"\u003e\u003cimg src=\"https://img.shields.io/github/stars/fawwaz37/whatsapp-gateway\" alt=\"Stars\" /\u003e\u003c/a\u003e\n\u003ca href=\"https://github.com/fawwaz37/whatsapp-gateway/network/members\" target=\"_blank\"\u003e\u003cimg src=\"https://img.shields.io/github/forks/fawwaz37/whatsapp-gateway\" alt=\"Forks\" /\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n# Note\n\nIf you want to **request a feature**, contact my number wa.me/6287715579966\n\nBecause there are no other features added to this free repo\n\n# Installation\n\nRequirements\n\n-   [Node.js](https://nodejs.org/en/)\n-   [Git](https://git-scm.com/downloads)\n-   [VS Code](https://code.visualstudio.com/download) or Any Text Editor\n\n## Cloning this repo\n\n```cmd\n\u003e git clone https://github.com/fawwaz37/whatsapp-gateway.git\n\u003e cd whatsapp-gateway\n```\n\nUse `code .` to open file in VS Code\n\n```cmd\n\u003e code .\n```\n\n## Editing the file\n\n`.env` Configurations\n\n```env\n\n# Listening Host - socket\nHOST=http://localhost:8080\n\n# Default session name\nSESSION_NAME=session_1\n\n# If AUTO_START=y, Auto Start Session With Default name\nAUTO_START=n\n\n# It doesn't need to be replaced, it's okay\nPREFIX=.\nSESSION_PATH=./session\nLOG_PATH=./public/log\n\n# Configure the database, fill it with your own\nDB_NAME=wa-gateway\nDB_USER=root\nDB_PASSWORD=\nDB_HOST=localhost\nDB_PORT=3306\nDB_DIALECT=mysql\n\n```\n\n## Installing the dependencies\n\n```cmd\n\u003e npm install\n```\n\n## Running App\n\n```cmd\n\u003e npm start\n```\n\n**After Start Database and Table Auto Create**\n\nThen Browse http://localhost:8080 . You will see the Dashboard.\n\n\u003cimg src=\"./public/image/readme/dashboard.png\" width=\"500\" alt=\"Img Dashboard\" \u003e\n\n## API Docs\n\nYou Can See All Documentation Here \u003ca target=\"_blank\" href=\"https://documenter.getpostman.com/view/16528402/VVXC3EjU\"\u003ePOSTMAN\u003c/a\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffawwaz37%2Fwhatsapp-gateway","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffawwaz37%2Fwhatsapp-gateway","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffawwaz37%2Fwhatsapp-gateway/lists"}