AmrTlwr.in
Limited Time Offer: 90% OFF Original Value

Launch Your Own Instagram
Automation Business Today

Want to build an automation business or automate client accounts? Skip months of hard development. Get the complete, ready-to-launch website and backend engine. Just deploy, customize, and start monetizing instantly — even if you're new to automation.

See Inside Dashboard
<insta-bot-core> Full Source Code Ready to Deploy • Complete Logic

Built for Performance & Scale

Clean, fully documented code prepared for immediate deployment.

Auto Content Posting

Schedule and completely auto-publish reels, carousels, and stories securely without manual interaction.

Smart Smart-Reply Engine

Intercept post comments and trigger contextual conversational DMs instantly to funnel users to sales links.

Anti-Block Safe System

Includes custom human-like delay intervals and BullMQ Redis queues built right into the backend core structure.

Inside The Platform

Sneak Peek at the UI

Get an exclusive look at the gorgeous, responsive dashboard included in the source code. Click on any image to preview and zoom in on the details.

Dashboard View
Dashboard View
Dashboard View
Dashboard View
Dashboard View
Dashboard View
Dashboard View
Dashboard View

Mega-Value Irresistible Package

Buy the core source code today and receive custom premium developer add-ons completely free.

FREE

Bonus #1: Zero-to-Live Setup Video Guide (Worth ₹4,999)

Step-by-step documentation showing you exactly how to host, inject credentials, and fire up the system in under 15 minutes.

FREE

Bonus #2: Pre-Configured UI Dashboard (Worth ₹2,499)

Get a responsive minimal admin control panel interface template to monitor bot stats and edit triggers visually.

Deployment Documentation

How to Setup the Engine

The codebase relies on Node.js, MongoDB, Redis, and Cloudflare R2. Follow these instructions to populate your .env file and launch your app.

1. The .env Configuration

Create a file named .env in the root of your project directory and paste the following template. Fill in the values based on the instructions below.

VERIFY_TOKEN=my_super_secret_token_123
CLIENT_ID=
CLIENT_SECRET=
REDIRECT_URI=https://example.com/auth/instagram/callback
MONGO_URI=mongodb://127.0.0.1:27017/instagram_db

# Cloudflare R2 Storage (For Image Uploads)
CLOUDFLARE_ACCOUNT_ID=
R2_ACCESS_KEY_ID=
R2_SECRET_ACCESS_KEY=
R2_BUCKET_NAME=
R2_PUBLIC_CUSTOM_DOMAIN=

# Redis (For Rate-Limited Delivery Queues)
REDIS_URL=redis://127.0.0.1:6379/1

Meta API Credentials

Create an app in the Facebook Developer Portal. Add the "Instagram Graph API" product.

  • VERIFY_TOKEN: A random string you create. Meta will ask for this when you setup Webhooks to verify your server.
  • CLIENT_ID & CLIENT_SECRET: Found in your Meta App Dashboard under App Settings > Basic.
  • REDIRECT_URI: Your hosted domain followed by /auth/instagram/callback. Must be added to your Meta App's valid OAuth URIs.

MongoDB Database

The system uses MongoDB to store active creators, automation rules, captured contacts, and lead form data.

  • MONGO_URI: Your MongoDB connection string. You can use a local instance (as shown in the template) or a cloud provider like MongoDB Atlas.

Cloudflare R2 (Image Storage)

Used to host images uploaded into Rich Card automations via the S3-compatible API.

  • CLOUDFLARE_ACCOUNT_ID: Found in your Cloudflare dashboard URL.
  • R2_ACCESS_KEY_ID & R2_SECRET_ACCESS_KEY: Generate these inside R2 > Manage API API Tokens.
  • R2_BUCKET_NAME: The exact name of the bucket you created.
  • R2_PUBLIC_CUSTOM_DOMAIN: A connected custom domain so Instagram can render the image publicly.

Redis & BullMQ

This codebase uses an advanced BullMQ delivery queue backed by Redis to prevent Meta API rate limits and handle retries gracefully.

  • REDIS_URL: Connection string to your Redis instance. If left blank, the system will fall back to direct, un-queued in-memory execution (not recommended for production scale).

2. Firebase Authentication

This source code uses Google Firebase for secure user authentication (Registration & Login). To initialize the Firebase Admin SDK on the backend, you must generate a private service account key.

  1. Go to your Firebase Console.
  2. Navigate to Project Settings > Service Accounts.
  3. Click Generate new private key.
  4. Rename the downloaded file exactly to firebase-account.json.
  5. Place this file in the root directory of your server code, next to your server.js.

Choose Your Deployment Path

Get the raw code, or let me handle the heavy lifting for you.

Do It Yourself

Best for developers who know how to host Node.js apps.

₹999 ₹9,999 SAVE 90%
  • Full Source Code Access
  • Pre-Configured UI Dashboard
  • Database Schemas Included
  • PDF Setup Guide
Done For You

Expert Setup Package

I will personally deploy and configure the system for you.

₹1999 ₹19,990 SAVE 90%
  • Everything in DIY, plus:
  • Complete Server & Domain Deployment
  • MongoDB & Redis Configuration
  • Meta App API Webhook Linking
  • 1-on-1 WhatsApp Support during setup