Skip to content
This repository has been archived by the owner on Sep 2, 2023. It is now read-only.

PeronGH/sms-forwarder-server

Repository files navigation

SMS Forwarder Server

Usage

  1. Make sure to install Deno
  2. Configure .env according to .env.example
  3. Run deno task start

Client

Android

  1. Install SMS Forwarder

  2. Add a new filter to forward SMS

  3. The recipient's type should be "URL", and the value is ${YOUR_DEPLOYMENT_URL}/api/messages. The method should be POST, and the key should be the same as SENDER_KEY in .env

  4. (Optional) Use the following message template:

    From: %pni%
    To: %sn%
    At: %Y/%M/%d %H:%m
    
    %mb%
    

iOS

You can use Shortcuts with its Automation to achieve similar results.

About

SMS Forwarder Server Built with Deno Fresh

Topics

Resources

Stars

Watchers

Forks