
Closed
Posted
Paid on delivery
I need a small, self-hosted tool that read to the comments I receive on Instagram and, whenever a comment contains pre-defined keywords / all comments, immediately sends a personalised direct message back to that user. The scope is intentionally limited to Instagram only, but it must work on both reels and regular feed posts. Here is the workflow I have in mind: • The tool monitors every new comment on my account (reels + posts) through the official Instagram/Meta API or an equally compliant solution. • When a comment includes one of my keyword triggers (I’ll maintain this keyword list through a simple dashboard or a JSON file), the system automatically pushes a DM template to the commenter. • If no keyword is detected, nothing is sent. • Basic logging is required so I can see which user was messaged, the matching keyword, and the time stamp. A lightweight web interface where I can 1) update keywords, 2) edit the DM template, and 3) toggle the automation on/off will be plenty. Tech stack is flexible—Python (Flask/FastAPI), Node.js, or similar are all fine as long as the final solution respects Instagram’s rate limits and policy guidelines. Deliverables 1. Source code with clear README for local or VPS deployment 2. Setup guide covering Meta App configuration, permissions, and access tokens 3. Brief video or screen-share walkthrough proving the tool in action on both reels and standard posts I’ll test by posting comments that include (and exclude) the keywords and confirming that only the correct users receive the automated DMs.
Project ID: 40434247
64 proposals
Remote project
Active 23 secs ago
Set your budget and timeframe
Get paid for your work
Outline your proposal
It's free to sign up and bid on jobs
64 freelancers are bidding on average ₹24,991 INR for this job

Hi there, We are excited about the opportunity to work with you on developing your website. With strong experience in both front-end and back-end development, We can build a robust, scalable, and user-friendly platform that supports all the core features you’re looking for and tailored as per your requirement. Why Us? • 10+ years of experience in full-stack development • Built several website in all kind of domain platforms (portfolio available on request) • Strong grip on user flows, admin control, and clean UI/UX design • Expertise in PHP, JavaScript, MySQL, HTML/CSS, Laravel and modern frameworks Timeline & Estimate: Depending on final scope after the detail discussion with you We’d love to discuss your vision further and share relevant portfolio examples. Let’s build something powerful together! Looking forward to your response. Best regards, Vishal Nasit
₹25,000 INR in 10 days
8.0
8.0

Hi, I can build this self-hosted Instagram automation tool with keyword-based DM replies for both reels and feed posts using the official Meta/Instagram API workflow. The system will include: Real-time comment monitoring Keyword-triggered personalized DM automation Simple dashboard to manage keywords, templates, and automation toggle Logging for users, matched keywords, and timestamps VPS/local deployment support with clean documentation I can develop this in Python (FastAPI/Flask) or Node.js based on your preference while ensuring compliance with Meta rate limits and API guidelines. You’ll receive full source code, deployment/setup documentation, and a demo walkthrough showing the automation working on reels and standard posts. Best regards,
₹25,000 INR in 7 days
7.3
7.3

Your Instagram DM automation will fail compliance checks if you're using unofficial scraping methods - Meta's Graph API has strict rate limits (200 calls per hour per user) and requires Business Account verification before you can send automated DMs. Most developers skip this step and get their apps banned within 48 hours. Before I architect the solution, I need clarity on two things: Do you already have an Instagram Business Account with a verified Meta App, or will this be a fresh setup? And what's your expected comment volume per day - 50 or 500? This determines whether we need webhook subscriptions or polling, and whether you'll hit rate limits during viral posts. Here's the architectural approach: - META GRAPH API + WEBHOOKS: Register real-time subscriptions for comment events instead of polling every 60 seconds, reducing API calls by 95% and ensuring sub-5-second response times when keywords match. - NODE.JS + EXPRESS: Build a lightweight webhook receiver that validates Instagram's signature headers and queues DM sends through Bull/Redis to respect the 200-call-per-hour limit without dropping messages. - SQLITE + BASIC AUTH: Store keyword mappings and message logs in a local database with a simple HTML dashboard - no React bloat, just server-rendered forms that let you toggle automation and export CSV logs. - RATE LIMIT SAFEGUARDS: Implement exponential backoff and a circuit breaker pattern so if Meta throttles your app during a traffic spike, the system pauses sends instead of burning through your API quota and triggering a ban. I've built 4 Instagram automation tools for e-commerce clients that processed 10K+ comments monthly without violations. Let's schedule a 15-minute call to walk through Meta's App Review requirements - most developers underestimate the 2-week approval timeline for "instagram_manage_messages" permission.
₹22,500 INR in 7 days
7.4
7.4

Hi, I’ve built automation systems around social platforms, APIs, and AI-driven messaging workflows before, so I can handle this cleanly while keeping it compliant and reliable. ? Is your Instagram account already connected to a Meta Business account with API access enabled? From your description, this looks like: You need a lightweight self-hosted Instagram automation tool That monitors comments on posts/reels Matches keywords And instantly sends personalized DMs only when conditions match The key challenge is reliable event handling while respecting Meta/Instagram API limits and policies Here’s how I would approach it: Use the official Meta/Instagram Graph API Build a lightweight backend (FastAPI or Node.js) Monitor comments via webhook/event system Match keywords from configurable JSON/dashboard Send automated DM templates safely with logging Add simple web UI for: Keyword management DM template editing Enable/disable automation Features: Works for reels + feed posts Logging dashboard with timestamps/users Configurable trigger rules VPS/self-host deployment ready Clean modular architecture for future expansion I’ve completed 1549+ projects involving APIs, automation systems, bots, and scalable backend tools, so I can move fast and avoid common integration pitfalls. I can also provide setup assistance for Meta App permissions, tokens, and deployment. Let me know ? — Taher
₹35,000 INR in 7 days
6.2
6.2

Hello there, we are a team of senior Full Stack Web and Mobile App Developers and we can do this project in no time. Thanks Ashish Kumar.
₹25,000 INR in 7 days
5.9
5.9

Hi there! I'm Jaimish and I'd be thrilled to work on your Instagram Auto-DM Tool. As a seasoned Full-Stack Developer with 7+ years of experience, I have built numerous web and mobile applications and delivered effective AI-powered solutions. My proficiency in JavaScript, Node.js, Python, and Web Development align perfectly with your project requirements. Your workflow plan for the tool is well thought-out, and I appreciate the inclusion of rate limits and policy guidelines compliance. Rest assured, my clients rave about my ability to write clean, testable code which is precisely what you need for a project of this nature. Moreover, I am familiar with both Flask and FastAPI, so working with the tech stack you propose is right up my alley. Transparency and communication are paramount to me in any given project. You can expect detailed daily updates from me along with realistic timelines. I pride myself on never leaving my clients in the dark. Lastly, meeting deadlines is essential and something I've accomplished an impressive 98% of the time. Let's collaborate to build a top-notch tool that automates your Instagram DMs flawlessly! Looking forward to our conversation.
₹35,000 INR in 7 days
5.6
5.6

Hi, I’m Karthik from Resonite Technologies with 15+ years of experience in automation systems, social media integrations, Python/Node.js development and API-driven workflow tools. I can build your self-hosted Instagram Auto-DM tool with a lightweight, reliable architecture focused on Meta API compliance and fast automated responses. ✔ Monitor Instagram comments on reels & feed posts ✔ Keyword-triggered automated DM replies ✔ Support for “all comments” or selective keyword matching ✔ Lightweight dashboard to manage keywords & DM templates ✔ Automation ON/OFF toggle ✔ Logging system with username, keyword match & timestamps ✔ Meta API compliant workflow with rate-limit handling ✔ VPS/local deployment ready Suggested stack: • Python FastAPI/Flask or Node.js • Meta Graph API/Webhooks • SQLite/PostgreSQL for lightweight logging • Simple admin UI for configuration Deliverables: • Complete source code with README • Setup guide for Meta App & access tokens • Deployment instructions for local/VPS hosting • Demo walkthrough/video proving functionality on reels & posts I focus on stable automation, clean architecture and maintainable self-hosted tools with straightforward deployment and minimal overhead. Looking forward to discussing your preferred workflow and deployment environment. Warm Regards, Karthik B Resonite Technologies
₹55,000 INR in 7 days
5.8
5.8

Hi, Leveraging over a decade of experience in system administration, network engineering, and DevOps, our team is well-acquainted with technologies that power Instagram's official API and compliances. We guarantee a tool that respects Instagram's rate limits and policy guidelines while serving your needs diligently. We have hands-on experience with Node.js and PHP, languages that can exemplify your envisioned workflow via an accessible web interface for maintaining the keyword list and templating messages. Our expertise extends to encompassing modern DevOps practices and cloud automation – skills that will be invaluable when you choose to deploy this tool either locally or on a VPS. Scalability is an essential ingredient in any robust IT infrastructure which we duly acknowledge, guaranteeing a system flexible enough to cater to streamlining workflow in your future. Understanding the value of end-to-end service, our deliverables will always include the comprehensive set-up guidelines ensuring smooth transitions and proving our tool in action via screen-share or video walk-throughs. Finally, our technical proficiency also lends itself crucially to logging which is necessary for gauging the efficacy of any process—allowing you to evaluate who was messaged, the timestamp, and their matching keyword. Let us prove ourselves by creating the auto-DM tool that amplifies your interactions on Instagram!
₹25,000 INR in 3 days
5.5
5.5

With nearly a decade of experience in web and mobile development, my team and I have honed our skills to provide innovative solutions that transform ideas into reality. Our multifaceted skills in Javascript, Node.js, PHP, and Web Development make us an ideal fit for your Instagram Auto-DM Tool Development project. We understand that your tool needs to operate within the limitations of Instagram's policy guidelines and rate limits. Rest assured, we will construct an efficient program that respects these constraints while performing seamlessly. You can expect a self-hosted tool that effectively, but not excessively interacts with the Instagram/Meta API per their regulations. My experience with developing lightweight interfaces aligns perfectly with your needs as well since you require a simple dashboard for keyword management and DM template editing. I consistently ensure clean, well-documented code with my comprehensive READMEs that make it user-friendly even for local or VPS deployment. And don't worry; I've got your back even after the delivery with 3 months of free support! In summation, by hiring me and my team, you're investing in over 9+ years of expertise that spans from conception to execution. Let's create a tool together that will not only monitor comments but also streamline communication on your Instagram account. Looking forward to turning this new idea into reality!
₹25,000 INR in 7 days
5.5
5.5

Hi, I can help you build this as a lightweight, self-hosted Instagram automation tool with a clean architecture and policy-compliant workflow. I have 10+ years of full-stack development experience building automation systems, API integrations, dashboards, and real-time event-driven applications. Your workflow is very clear and technically achievable using Meta’s official APIs/webhooks combined with a lightweight backend service. I can develop: - Real-time Instagram comment monitoring (reels + feed posts) - Keyword-triggered automated DM system - Configurable keyword management - Editable DM templates - Automation enable/disable controls - Logging dashboard with timestamps/user activity - Secure token & webhook handling - VPS/local deployment-ready setup Suggested stack: - FastAPI or Flask backend - Meta Graph API + Webhooks - Lightweight admin dashboard - SQLite/PostgreSQL logging - Docker-ready deployment setup Deliverables will include: - Full source code - Deployment & Meta configuration guide - README documentation - Walkthrough/demo video - Tested workflow for reels and standard posts I focus on stable automation, scalable backend structure, and clean maintainable code. Let’s discuss your preferred hosting setup and Instagram account type requirements. Thanks
₹35,000 INR in 7 days
4.7
4.7

Hey, I liked your project, Instagram Auto-DM Tool Development and believe I can help you with the project. With my background in PHP, JavaScript, Python, I'm confident I can meet your requirements. Would be glad to go over specifics if you're interested.
₹12,500 INR in 7 days
4.8
4.8

Hi, I understand you need a small, self-hosted tool to monitor Instagram comments and send personalized direct messages to users based on pre-defined keywords. I'll approach this project using Laravel as the backend framework, leveraging its robust API capabilities, and React.js for the simple dashboard to manage keywords. I'll utilize the official Instagram/Meta API to monitor comments, and for DM sending, I'll use the Instagram API's messaging feature. I've experience with similar projects involving keyword-based content monitoring and automation. My previous work includes a chatbot integration for a SaaS platform that involved keyword-based content analysis. The tool will be able to monitor both reels and regular feed posts, and send DMs with a template. I'll also implement basic logging to track comments and DMs. With a clear understanding of your requirements, I'm confident in delivering a functional tool. I can deliver this in 5 days.
₹26,220 INR in 5 days
3.4
3.4

Hi there, Thanks for sharing the workflow in detail. This is a very achievable automation setup, and I can help you build a clean, self-hosted Instagram comment-to-DM tool that is reliable, lightweight, and easy to manage long term. I have experience working with Meta APIs, webhook-driven automations, and self-hosted backend systems using Python and Node.js. Based on your requirements, I’d recommend a webhook-based architecture using the official Meta/Instagram Graph API wherever permissions allow, ensuring the system stays compliant with rate limits and platform guidelines. The tool can be designed to: • Monitor comments on both reels and standard feed posts in near real time • Match incoming comments against your configurable keyword list • Automatically send personalized DM templates only when triggers match • Ignore non-matching comments completely • Maintain detailed logs with username, keyword match, timestamp, and delivery status For management, I can provide a lightweight admin panel where you can: • Add/edit/remove keywords • Update DM templates • Enable or disable automation instantly • Review activity logs I’ll also make sure the system includes proper retry handling, logging, and safeguards around API limits to keep the automation stable. I’d be happy to discuss your preferred hosting setup, DM personalization rules, and whether you want exact keyword matching or more advanced filtering logic before we begin. Thanks!
₹25,000 INR in 7 days
3.7
3.7

Hello there! Are you looking for a professional web developer to build, fix, or upgrade your website? You're in the right place! Hi! I’m Mithun, a skilled web developer with years of experience in designing responsive, user-friendly, and fast-loading websites using modern technologies like HTML5, CSS3, JavaScript, PHP, MySQL, and WordPress. What I Offer: ✅ Custom Website Development ✅ Responsive Design (Mobile, Tablet & Desktop) ✅ WordPress Development & Customization ✅ Fixing HTML, CSS, JS, PHP Errors ✅ Speed Optimization ✅ Contact Forms & Newsletter Integration ✅ E-commerce Functionality (WooCommerce or Custom) ✅ Website Cloning or Redesign ✅ Admin Dashboard (PHP/MySQL) Why Choose Me? ✔ 100% Satisfaction Guarantee ✔ Clean, Well-Commented Code ✔ Fast Delivery ✔ Unlimited Revisions (on Premium Plan) ✔ Post-delivery Support ⚙️ Tech Stack & Tools:- ?️ HTML5 / CSS3 / Bootstrap ? JavaScript / jQuery ? PHP (Core PHP / Procedural / OOP) ?️ MySQL / phpMyAdmin ? AJAX / JSON ? Git / GitHub ? VS Code Best regards, Mithun
₹25,000 INR in 7 days
3.4
3.4

As a skilled Node.js developer and tech enthusiast at heart, I wholeheartedly understand the importance of automation. My expertise lies not only in developing but also in strategically designing solutions that are as efficient as they are reliable. Your project calls for an Instagram Auto-DM Tool, a requirement that perfectly resonates with my technical range. I've worked extensively with API integrations, building web interfaces, and importantly enforcing rate limits and policy guidelines such as the ones set by Instagram/Meta API. Besides, my proficiency extends beyond just the Front End and Back End development, which is particularly valuable when managing self-hosted tools like yours. Samyotech is driven by excellence and we apply that zeal in everything we do. Looking forward to undertaking this project, bringing your idea of automated communications to fruition on your Instagram account!
₹35,000 INR in 3 days
4.1
4.1

Hello, I already have experience building Instagram automation workflows similar to this and can show you a working demo privately. Your requirements are clear, and I can deliver a lightweight self-hosted tool that: • Monitors Instagram comments on both Reels and feed posts • Detects predefined keywords (or optionally all comments) • Automatically sends personalized DMs • Logs username, matched keyword, timestamp, and message status • Provides a simple dashboard to manage keywords, templates, and automation toggles Suggested stack: Python FastAPI or Flask Meta/Instagram Graph API integration Webhook-based real-time comment monitoring SQLite/PostgreSQL logging Lightweight admin panel for configuration The system will be designed to: Respect Meta rate limits and platform policies Handle retries/errors cleanly Support VPS or local deployment Keep configuration simple and maintainable Deliverables: • Full source code • Deployment + Meta App setup guide • README with token/permission configuration • Demo walkthrough on reels + standard posts Since I’ve already worked on a very similar automation flow, I can move quickly and help avoid common API permission and webhook issues. Connect with me and I’ll share the demo and implementation approach.
₹25,000 INR in 7 days
3.3
3.3

Hey, I can help you solve this and start right away because Instagram automation sounds simple until API permissions, rate limits, and message policies start behaving like they change their rules every other Tuesday. I have 6 years of experience with Python, Node.js, API development, and automation systems, and I can build a compliant Instagram comment-to-DM tool that respects Meta’s official API constraints and runs reliably on a VPS. I would create a lightweight backend that monitors comments via the Instagram Graph API, checks against your keyword rules or full automation mode, and sends templated DMs only when conditions are met, with full logging for traceability. I would also build a simple admin interface where you can manage keywords, edit message templates, and toggle automation on or off, while keeping everything clean, self-hosted, and easy to deploy. Looking forward to building this for you.
₹25,000 INR in 7 days
2.9
2.9

I can build this Instagram automation tool with a lightweight dashboard, keyword-based triggers, automated DM replies, and activity logging while keeping it compliant with Meta API guidelines. The system will monitor comments on both reels and posts, match keywords, send personalized DMs, and provide simple controls for templates, keywords, and automation status. You’ll receive full source code, deployment/setup documentation, and a working demo walkthrough. Ready to start ?
₹45,000 INR in 7 days
2.0
2.0

Hey there ! Your project is clear and well-scoped, and I can help you build a lightweight self-hosted Instagram automation tool that monitors comments and automatically sends personalized DMs based on keyword triggers. I can develop a clean and reliable solution that: • Monitors comments on both Instagram reels and regular feed posts • Detects predefined keywords from a dashboard or JSON configuration • Automatically sends personalized DMs only when keywords match • Includes logging for usernames, matched keywords, timestamps, and sent messages • Provides a lightweight web dashboard to manage keywords, edit DM templates, and enable/disable automation For the tech stack, I would recommend Python with FastAPI or Flask for a lightweight and maintainable backend, along with Meta’s official APIs to ensure compliance with Instagram policies and rate limits. You will receive: 1. Full source code with clear deployment instructions for local server or VPS 2. Setup guide for Meta App configuration, permissions, and access tokens 3. Walkthrough video or live demo showing the automation working on reels and standard posts 4. Clean, commented, and scalable code for future enhancements I focus on building stable automation systems that are easy to manage, lightweight, and reliable in production. I’d be happy to discuss the workflow and deployment approach further.
₹30,000 INR in 3 days
1.4
1.4

I understand the importance of timely engagement on Instagram, and I'm excited to develop a self-hosted auto-DM tool that enhances your interaction with users. My approach will ensure that your tool effectively monitors comments on both reels and regular posts, responding only when specific keywords are triggered. Utilizing the official Instagram API, I'll implement a robust solution that adheres to all compliance guidelines, ensuring seamless functionality. The lightweight web interface will allow you to easily manage keywords, edit DM templates, and toggle the automation feature. Additionally, I'll provide comprehensive documentation including a README for deployment and a setup guide for Meta App configuration. You can expect a brief video walkthrough demonstrating the tool's effectiveness in action. With my strong background in Python, web development, and API integration, I'm confident I can deliver a high-quality solution within 14 days. Let's enhance your Instagram engagement together!
₹22,750 INR in 14 days
0.6
0.6

Mumbai, India
Member since Nov 11, 2025
₹600-1500 INR
₹12500-37500 INR
₹12500-37500 INR
€5000-10000 EUR
$30-250 CAD
₹750-1250 INR / hour
min $50 USD / hour
€30-250 EUR
₹1500-12500 INR
$50-550 AUD
$30-250 USD
₹1500-12500 INR
₹12500-37500 INR
₹12500-37500 INR
$250-750 AUD
₹37500-75000 INR
₹4000-5000 INR
₹600-1500 INR
₹1500-12500 INR
$30-250 USD
₹600-1500 INR