
Færdiggjort
Slået op
I already have a fresh Hostinger VPS with root access waiting for Moltbot / CloudBot. I need you to install and configure the bot so it runs reliably as a background service, then connect it to a single messaging channel—WhatsApp—using the relevant Business API or an equivalent gateway. i need it to work in hebrew im from israel. Once the bot is up, set up these core abilities that I will demonstrate during hand-over: • automatic replies to incoming messages • keyword-driven conversations • hooks for one external REST-style API (so I can expand workflows) If a lightweight Docker approach makes upkeep easier, feel free to use it; otherwise a direct Node.js/Python install is fine. After deployment I want a short screen-share or written guide that shows me how to restart, update and extend the bot, plus two or three quick post-delivery questions answered within the first week. Timeline: ASAP—ideally the same week we start. Budget: a few hundred ₪ for the job and brief support, so please keep the scope tight and efficient.
Projekt-ID: 40222787
89 forslag
Projekt på afstand
Aktiv 22 dage siden
Fastsæt dit budget og din tidsramme
Bliv betalt for dit arbejde
Oprids dit forslag
Det er gratis at skrive sig op og byde på jobs

Sure, Molbot changed its name to OpenClaw and I recently finished configuration project. so I can start right now and finish this asap. please reach out to me for further discuss. thanks.
$200 USD på 1 dag
7,1
7,1
89 freelancere byder i gennemsnit $23 USD/time på dette job

Hello Visionary Client, I understand you want a reliable Moltbot/CloudBot setup on a fresh Hostinger VPS with root access, running as a background service and connected to WhatsApp via Business API or an equivalent gateway, with Hebrew language support for Israel. I’ll start with a lightweight, robust deployment (Docker if helpful) on Ubuntu, set up auto-restart, logging, and a clean script to update components. I’ll implement auto replies, keyword-driven conversations, and a hook for an external REST API to expand workflows, with careful handling of WhatsApp messages in Hebrew. After deployment I’ll provide a short screen-share or written guide showing restart, update, and extension steps, plus answers to two or three quick post-delivery questions within the first week. What is the preferred WhatsApp gateway or Business API provider to ensure reliable delivery and compliance in Israel?
$25 USD på 30 dage
9,0
9,0

Dear , We carefully studied the description of your project and we can confirm that we understand your needs and are also interested in your project. Our team has the necessary resources to start your project as soon as possible and complete it in a very short time. We are 25 years in this business and our technical specialists have strong experience in PHP, Python, Linux, Node.js, VPS, Ubuntu, Docker, API Integration and other technologies relevant to your project. Please, review our profile https://www.freelancer.com/u/tangramua where you can find detailed information about our company, our portfolio, and the client's recent reviews. Please contact us via Freelancer Chat to discuss your project in details. Best regards, Sales department Tangram Canada Inc.
$25 USD på 5 dage
9,0
9,0

Hi, I can deploy and configure your Moltbot on your Hostinger VPS and integrate it with WhatsApp Business API. I’ll set it up as a stable background service (Docker or native), enable Hebrew support, and configure auto-replies, keyword flows, and a REST API hook for future automation. I’ll also provide a simple guide and short hand-over session so you can manage, restart, and extend the bot easily. I can start immediately and keep the scope efficient to fit your budget.
$20 USD på 40 dage
7,4
7,4

With over 8 years of programming experience, I offer a comprehensive skill set to fulfill your Moltbot integration needs. Proficient in API Integration, Docker, and Node.js - you can trust my ability to install and configure Moltbot in a way that meets your requirements - enabling automatic replies to incoming messages, keyword-driven conversations and hooks to external APIs for workflow expansion. In addition to my technical proficiency, I have extensive Linux knowledge, particularly with Ubuntu as well as VPS platforms like the one you have with Hostinger. My expertise also extends to cloud services such as AWS, GCP, Digitalocean, and Godaddy – further solidifying my ability to work with diverse environments. Your project's timeline is tight. However, my experience in working on innovative projects while ensuring high quality standards within tight deadlines makes me confident about delivery in a prompt yet efficient manner. By choosing me, you are not only opting for someone well-versed in the technicalities but also a collaborative partner who prioritizes client satisfaction.
$20 USD på 40 dage
6,6
6,6

Hello, I understand that you have a fresh Hostinger VPS with root access and need Moltbot/CloudBot installed, configured, and connected to WhatsApp with full Hebrew support. My approach will focus on a clean, secure Ubuntu setup, deploying the bot as a resilient background service using either Docker or PM2/systemd to ensure automatic restarts and stable uptime. I will integrate the WhatsApp Business API or a reliable gateway, configure webhook handling, and ensure proper UTF-8 encoding so all replies and keyword-driven flows function flawlessly in Hebrew. Core features will include automated responses, structured keyword-based conversations, and a modular hook to connect one external REST API for workflow expansion. Security hardening, firewall configuration, SSL setup, and environment isolation will be included to protect your VPS. After deployment, you will receive a concise written guide covering restart, update, and extension procedures, plus brief post-delivery support to ensure smooth operation. The goal is a lightweight, maintainable setup delivered efficiently within the same week. Thanks, Asif
$25 USD på 40 dage
6,5
6,5

As an experienced software engineer well-versed in API integration, Node.js, and Python, I possess the perfect skill set for your Moltbot VPS deployment and integration project. Additionally, my strong background in embedded systems and IoT development will enable me to provide you with a reliable solution that runs seamlessly as a background service. Being proficient in Python and Linux, I'll install the required applications & dependencies to ensure that the bot works perfectly with WhatsApp as per your specifications. Given my understanding of firmware development and microcontroller-based projects, I am comfortable employing Docker or Node.js/Python directly for this task. In light of your need for Hebrew language support, it will be important to implement support for Unicode characters, which my experience is well-situated to handle. To make your post-deployment experience hassle-free as possible, I'll provide you with a detailed guide on crucial actions like restarting, updating, and extending bot functionality. Moreover, thanks to my consistent commitment to top-notch work and timely delivery throughout my career, this project will be completed within your budgetary constraints. To ensure your continued satisfaction, you can count on me to resolve any questions or issues that may arise even after the hand-over period. Consider hiring me; I'm excited to begin working on this project with you today.
$25 USD på 40 dage
6,7
6,7

Your WhatsApp bot will fail Hebrew character encoding if the Node.js process does not explicitly set UTF-8 locale, and Hostinger VPS instances often default to C.UTF-8 which breaks right-to-left text rendering in message payloads. This will cause garbled responses to Israeli customers within hours of going live. Before architecting the deployment, I need clarity on two constraints: Does your WhatsApp Business API access come through Meta's official Cloud API or are you using a third-party gateway like Twilio or 360dialog? The webhook signature verification differs significantly. Second, what is your expected message volume per hour—if you are handling more than 500 inbound messages daily, we need Redis-backed queue management to prevent the bot from dropping requests during traffic spikes. Here is the deployment architecture: - DOCKER + NODE.JS: Containerize the bot with explicit UTF-8 locale and Hebrew font support, then configure systemd to auto-restart on failure or server reboot. - WHATSAPP BUSINESS API: Implement webhook handlers with HMAC signature validation, automatic message acknowledgment within 20 seconds to prevent Meta rate-limiting, and fallback logic for failed deliveries. - KEYWORD ROUTING: Build a JSON-based conversation tree that supports Hebrew regex patterns and integrates one REST API endpoint with retry logic and timeout handling. - NGINX REVERSE PROXY: Terminate SSL with Let's Encrypt certificates and route webhook traffic to the containerized bot, ensuring compliance with Meta's HTTPS requirement. - MONITORING: Set up PM2 or Docker health checks with automatic restarts if memory exceeds 512MB or response time degrades beyond 2 seconds. I have deployed 8 WhatsApp bots for Israeli clients across fintech and e-commerce, including one handling 12K daily messages in Hebrew with zero downtime over 14 months. I do not take on projects where API credentials or message volume are unclear. Let's schedule a 20-minute technical call to confirm your WhatsApp gateway setup and finalize the handover documentation scope before deployment.
$18 USD på 30 dage
7,2
7,2

Hello, I’ve gone through your project details, and this is something I can definitely help you with. I have 10+ years of experience in mobile and web app development, working with technologies like Node.js, API integration, and Docker. I focus on clean architecture, scalable code, and clear communication to ensure the project runs smoothly from start to finish. I will install and configure Moltbot on your VPS to run reliably as a background service, ensuring it connects seamlessly to WhatsApp using the Business API. I'll also implement the core functionalities you mentioned: automatic replies, keyword-driven conversations, and hooks for your external API. Here is my portfolio: https://www.freelancer.in/u/ixorawebmob I’m eager to get started and would love to clarify: Could you provide any specific requirements for the API hooks or examples of the keywords you would like the bot to recognize? Let’s discuss over chat! Regards, Arpit Jaiswal
$20 USD på 34 dage
7,1
7,1

Hello Dear! I write to introduce myself. I'm Engineer Toriqul Islam. I was born and grew up in Bangladesh. I speak and write in English like native people. I am a B.S.C. Engineer of Computer Science & Engineering. I completed my graduation from Rajshahi University of Engineering & Technology ( RUET). I love to work on Web Design & Development project. Web Design & development: I am a full-stack web developer with more than 10 years of experience. My design Approach is Always Modern and simple, which attracts people towards it. I have built websites for a wide variety of industries. I have worked with a lot of companies and built astonishing websites. All Clients have good reviews about me. Client Satisfaction is my first Priority. Technologies We Use: Custom Websites Development Using ======>Full Stack Development. 1. HTML5 2. CSS3 3. Bootstrap4 4. jQuery 5. JavaScript 6. Angular JS 7. React JS 8. Node JS 9. WordPress 10. PHP 11. Ruby on Rails 12. MYSQL 13. Laravel 14. .Net 15. CodeIgniter 16. React Native 17. SQL / MySQL 18. Mobile app development 19. Python 20. MongoDB What you'll get? • Fully Responsive Website on All Devices • Reusable Components • Quick response • Clean, tested and documented code • Completely met deadlines and requirements • Clear communication You are cordially welcome to discuss your project. Thank You! Best Regards, Toriqul Islam
$20 USD på 40 dage
5,8
5,8

I can set up Moltbot/ClawdBot on your Hostinger VPS to run as a stable background service. The WhatsApp Business API or a reliable gateway will be configured for a single channel. I’ll make sure the bot handles Hebrew correctly for messages and replies. Core flows will include auto-replies, keyword triggers, and a hook to one REST API. Deployment can be Docker-based for easy upkeep, or direct Node.js/Python if you prefer. You’ll get a short handover guide or screenshare to manage restarts and updates. I can start this week and keep the scope tight to fit your budget. If you share VPS access and your WhatsApp API provider, I’ll begin setup today.
$15 USD på 40 dage
5,6
5,6

As an AI Developer with significant experience in software engineering, cloud platforms like Hostinger VPS, Node.js deployment, and API integration, I'm confident I can complete this job to your utmost satisfaction. Having successfully deployed scalable web and mobile applications across diverse industries, including businesses in Israel, my adaptability is only underscored. My language skills are an added advantage as the implementation will be done seamlessly in Hebrew. In my AI-focused work of recent years, I've built and deployed successful chatbots on multiple platforms including WhatsApp for business solutions similar to what you're looking to achieve here. My extensive experience with Docker and Node.js complements the platform-agnostic Moltbot/cloudbot integration necessity you specified; we can pick the most efficient approach together. Most relevantly, my extensive skills in natural language processing and contextual memory systems coupled with AI workflow design extend beyond simply setting up your bot. It enables me to foresee and unify further possibilities with your intended REST-style API hooks, ensuring that your bot not only meets but also exceeds your current expectations with the possibility of future expansions. With a deep awareness of budgetary concerns, I assure you of keeping the scope tight while delivering efficiency and value - just as you seek.
$25 USD på 40 dage
5,4
5,4

Hello, I have carefully analyzed your requirements and I recently set up and deployed WhatsApp-based chatbots on fresh VPS environments, configuring them to run as reliable background services with automated replies, keyword-driven flows, and external API hooks. These bots were delivered with clear handover instructions and post-deployment support for non-technical founders. For your setup, I will install and configure Moltbot / CloudBot on your Hostinger VPS with root access, ensuring it runs persistently as a background service or via a lightweight Docker setup if it improves stability. I will connect the bot to a single WhatsApp channel using the appropriate Business API or gateway, configure full Hebrew language support, implement automatic replies, keyword-based conversations, and add a clean hook for one external REST API so you can expand workflows later. I will also provide a short screen-share or written guide covering restart, updates, and extensions. I am available to begin work immediately and fully committed to delivering a stable, demo-ready WhatsApp bot within the shortest possible timeframe, with brief post-delivery support included. Thank you, Elenilson
$20 USD på 40 dage
5,4
5,4

I can get Moltbot up and running on your Hostinger VPS quickly, making sure it runs smoothly in the background and connects to WhatsApp Business API with support for Hebrew messages. Setting the bot to handle auto-replies, keyword-triggered chats, and linking it to your external REST API for future workflows all fits well within this setup. I’ve done similar projects before where WhatsApp integration required careful API setup for local languages, plus lightweight Docker containers to keep deployment clean and updates easy. Using Docker here could save you time on maintenance, but if you prefer a direct install, that works too. Would you prefer IP whitelisting or credentials for WhatsApp API security? Also, do you already have WhatsApp Business API access, or would you like help with that? Once deployed, I’ll provide a short screen share or a clear written guide showing how to restart, update, and expand the bot. Plus, I’ll be available for a few quick follow-ups during the first week. I’m ready to start as soon as you say go and keep this efficient within your budget.
$15 USD på 7 dage
5,2
5,2

Hello, I am Vishal Maharaj, with 20 years of experience in PHP, Python, API Integration, Docker, Linux, Node.js, and Ubuntu. I have carefully reviewed your project requirements for deploying and integrating Moltbot on your Hostinger VPS. I propose to install and configure the bot as a reliable background service, connecting it to WhatsApp in Hebrew using the Business API. I will ensure automatic replies, keyword-driven conversations, and integration with an external REST-style API for workflow expansion. I can implement a Docker approach for easier maintenance or a direct Node.js/Python installation as per your preference. Upon completion, I will provide a detailed guide on bot management and support you with any queries post-delivery. Let's discuss further to initiate the project. Cheers, Vishal Maharaj
$20 USD på 40 dage
5,8
5,8

Hello, I will deploy Moltbot or CloudBot on your Hostinger VPS and configure it to run reliably as a background service, then connect it to WhatsApp using a Business API or equivalent gateway so it works in Hebrew. I will approach this by: (1) assessing the VPS and installing required runtime (Node.js or Python) or a lightweight Docker setup if that simplifies maintenance; (2) installing Moltbot/CloudBot, creating a systemd service (or Docker Compose) for automatic start/restarts and logging; (3) integrating WhatsApp via a Business API or a reputable gateway, handling webhooks and credentials securely; (4) implementing the core abilities you requested: automatic replies, keyword-driven flows, and a REST-style webhook hook for one external API; (5) testing end-to-end in Hebrew and handing over with a short screen-share or a written guide covering restart, update, and extension steps, plus two-three follow-up answers in the first week. I’ll need root SSH access, WhatsApp Business API credentials or gateway account details, and any preferred language templates or keywords in Hebrew to seed the bot. I can start within 24 hours and aim to finish within 3 days if credentials are available promptly. Do you already have WhatsApp Business API credentials or prefer a specific gateway provider (e.g., Twilio, 360dialog, Vonage)? Best regards,
$30 USD på 37 dage
4,9
4,9

Hi, We went through your project description and it seems like our team is a great fit for this job. We are an expert team which have many years of experience on PHP, Python, Linux, Node.js, VPS, Ubuntu, Docker, API Integration Please come over chat and discuss your requirement in a detailed way. Regards
$20 USD på 40 dage
4,9
4,9

Hey , Good evening! I am an expert mobile engineer with skills including Python, Ubuntu, Linux, PHP, API Integration, VPS, Docker and Node.js. Please send a message to discuss more regarding this project. Looking forward to serve you
$50 USD på 20 dage
4,5
4,5

Hi, I hope you are doing well! I am thrilled about the opportunity to work on your Moltbot VPS Deployment & Integration project. I understand the requirements and am eager to bring your vision to life. Deliverables: - Install and configure Moltbot on your Hostinger VPS with root access. - Connect the bot to WhatsApp using the relevant Business API for Hebrew language support. - Set up automatic replies to incoming messages and keyword-driven conversations. - Integrate hooks for one external REST-style API for workflow expansion. - Provide a brief guide or screen-share session for restarting, updating, and extending the bot post-deployment. - Offer prompt support to address any questions or concerns within the first week. I am excited to discuss this project further in the inbox and explore how we can collaborate effectively. Best regards, Justin
$20 USD på 40 dage
4,6
4,6

Hello, With over 7 years of experience in Python, I have carefully read through your requirements for the Moltbot VPS Deployment & Integration project. To start, I will install and configure the Moltbot on your Hostinger VPS, ensuring it runs reliably as a background service. I will then integrate it with WhatsApp using the Business API for Hebrew language support. Additionally, I will set up automatic replies, keyword-driven conversations, and hooks for an external REST-style API to expand workflows. For easier upkeep, I can utilize a lightweight Docker approach or a direct Node.js/Python installation as per your preference. After deployment, I will provide a detailed guide or a screen-share session on how to manage, update, and extend the bot. I will also be available to answer any post-delivery questions within the first week. Let's connect in chat to discuss further details and ensure a successful project completion. You can visit my Profile here: https://www.freelancer.com/u/HiraMahmood4072 Thank you.
$15 USD på 40 dage
5,0
5,0

With my robust 7 years of experience in software development, and specifically working with Python and Node.js, I am more than capable to handle the Moltbot VPS Deployment & Integration task. I deeply understand your needs for a reliable, multi-lingual bot and can confidently accomplish that as well. I noticed that budget and tight scope efficiency are important to you, and I share your concern. By leveraging my skills, I will ensure we stay within your budget without compromising on the quality or meeting deadlines. Moreover, if you want to explore options like lightweight Docker approaches for easy upkeep, I can certainly help with that. In addition, my experience transcends just installation. I provide comprehensive assistance even post-delivery. You will not only receive a short screen-share or written guide on how to restart, update and extend the bot but access to me for two weeks after the delivery to answer any questions that may crop up as you become more aligned with the product. Choose me and let's make this bot's deployment a seamless process together!
$15 USD på 40 dage
6,3
6,3

Jerusalem, Israel
Betalingsmetode verificeret
Medlem siden feb. 11, 2026
$250-750 CAD
₹1500-12500 INR
₹750-1250 INR / time
₹1500-12500 INR
$2-8 USD / time
₹150000-250000 INR
$10-50 USD
$15-25 USD / time
$10 USD
₹1500-12500 INR
₹600-1500 INR
$25-50 USD / time
₹12500-37500 INR
$25-50 AUD / time
$750-1500 USD
₹12500-37500 INR
£250-750 GBP
₹600-1500 INR
$2-8 USD / time
$30-250 USD