8000 GitHub - nurhudajoantama/whess
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

nurhudajoantama/whess

Repository files navigation

WHESS

Simple Self-Hosted API Webhook for WhatsApp

it's a simple self-hosted API webhook for WhatsApp, you can use it to send messages from your WhatsApp number from any application that can make HTTP requests.

How to use

  1. Clone this repository

    git clone https://github.com/nurhudajoantama/whess
    cd whess
  2. Install dependencies

    yarn
    # or
    npm install
  3. Create a .env file and fill it with your credentials

    cp .env.example .env

    or actually you can use token:generate to generate USER_TOKEN

    yarn token:generate
    # or
    npm run token:generate
    
  4. Run the server

    yarn start
    # or
    npm run start

Generated by Nurhuda Joantama

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0