y2youssef

A lightweight Node.js/Express server that acts as a webhook for Android Tasker.

25
4
100% credibility
Found Feb 17, 2026 at 21 stars -- GitGems finds repos before they trend. Get early access to the next one.
Sign Up Free
AI Analysis
JavaScript
AI Summary

A simple tool that forwards InstaPay SMS notifications from an Android phone, extracts transaction details like amount and sender, and stores them for easy tracking.

How It Works

1
💡 Discover easy transaction tracking

You learn about a simple tool to automatically capture and save details from your InstaPay bank text messages on your phone.

2
💻 Prepare your home computer

You copy the ready-made files to your computer and add the basic helpers it needs to run smoothly.

3
▶️ Start the message catcher

You launch the service on your computer, and it begins listening for bank messages from your phone.

4
📱 Connect your phone

You set up a quick rule on your Android phone to forward only bank transfer texts to your computer's special address.

5
📨 Get a bank transfer text

When your phone receives an InstaPay SMS about money coming in, it quietly sends the details to your computer.

6
💾 See details saved automatically

The tool pulls out the amount, sender name, account info, and reference number, then stores them neatly for you.

Enjoy effortless tracking

All your InstaPay transfers are now logged in one safe spot, making it easy to review your finances anytime.

Sign up to see the full architecture

5 more

Sign Up Free

Star Growth

See how this repo grew from 21 to 25 stars Sign Up Free
Repurpose This Repo

Repurpose is a Pro feature

Generate ready-to-use prompts for X threads, LinkedIn posts, blog posts, YouTube scripts, and more -- with full repo context baked in.

Unlock Repurpose
AI-Generated Review

What is Instapay-Android-Webhook?

This lightweight Node.js/Express server acts as a webhook endpoint for the Android Tasker app, grabbing InstaPay SMS notifications from your bank and parsing key details like amount, sender name, account suffix, and reference number from Arabic text. It stores everything in a local MongoDB instance, handling duplicates via unique refs so you get clean transaction logs without manual entry. Setup is dead simple: npm install express and mongoose, tweak Tasker to POST SMS data to your server's /instapay endpoint, and you're logging payments automatically.

Why is it gaining traction?

In a sea of bloated webhook handlers, this stands out for its razor-thin footprint—perfect for personal servers or Raspberry Pi setups—and laser focus on InstaPay's quirky Arabic SMS format that generic parsers miss. Developers dig the built-in request logging, health check at /, and Tasker-ready JSON payload, making it a quick win for SMS-to-DB pipelines without reinventing regex or schemas. It's the lightweight GitHub gem for Tasker tinkerers who want instant value over enterprise fluff.

Who should use this?

Tasker power users in Egypt tracking InstaPay transfers for budgeting apps or personal dashboards. Android devs building finance automations who need SMS ingestion without full-blown services. Hobbyists bridging phone notifications to MongoDB for custom alerts or analytics scripts.

Verdict

At 19 stars and 1.0% credibility score, it's raw and personal-project mature with solid README docs but no tests or prod security—add auth tokens and HTTPS before exposing it. Grab it if InstaPay SMS logging fits your flow; otherwise, fork and generalize for broader webhook needs.

(198 words)

Sign up to read the full AI review Sign Up Free

Similar repos coming soon.