Best Free WhatsApp Auto Reply App for Android | Automatic Message Responder | AI-Powered Smart Replies
AutoReply is the #1 free WhatsApp auto reply app for Android that automatically sends messages on WhatsApp, Facebook Messenger, and other messaging apps. Perfect for busy professionals, students, and anyone who wants to stay connected 24/7 with automatic message responses.
- 100% Free WhatsApp auto reply solution
- AI-Powered Smart Replies with ChatGPT-like responses
- No Root Required - works on all Android devices
- Privacy First - your messages stay on your device
- Works Offline - no internet required for custom replies
- Never miss a message - Automatic responses keep conversations flowing
- Customizable replies - Set personalized messages for different situations
- Smart frequency control - Avoid spam with intelligent reply timing
- Privacy focused - No data collection or tracking
- Completely free - Open source with no ads or premium features
AI-powered responses with Groq & OpenAI support |
Set your own automated reply messages |
No data collection or tracking of your activities |
Control reply frequency to avoid spam |
Keep records even if messages are deleted |
No ads, no premium features, open source |
- Kotlin - Modern programming language
- AI Integration - Groq & OpenAI API support
- Firebase - Backend services and analytics
- Room Database - Local data storage
- Retrofit - Network communication
- Coroutines - Asynchronous programming
- Notification Listener - Core messaging functionality
- AI-Powered Smart Replies - Groq & OpenAI integration
- Dual Provider Support - Free (Groq) and Premium (OpenAI) options
- Custom System Messages - Personalize AI behavior
- Implement Dependency Injection (Dagger/Hilt)
- UI/UX improvements and Material Design 3
- MVVM architecture refactoring
- Multi-language support expansion
- Advanced scheduling features
- Android Studio Arctic Fox or newer
- Android SDK 23+
- Kotlin 1.9+
-
Clone the repository
git clone https://github.com/it5prasoon/Auto-Reply-Android.git cd Auto-Reply-Android
-
Configure Firebase
- Add your
google-services.json
file toapp/src/main/
- Get it from Firebase Console
- Add your
-
Configure AdMob (Optional)
- Create
app/src/main/res/values/ad_mob_config.xml
:
<?xml version="1.0" encoding="utf-8"?> <resources> <string name="admob_app_id">your_app_id</string> <string name="msg_logs_banner">your_banner_id</string> <string name="main_banner">your_banner_id</string> <string name="save_custom_reply_interstitial">your_interstitial_id</string> <string name="ai_enable_interstitial">your_ai_interstitial_id</string> <string name="ai_settings_banner">your_ai_banner_id</string> </resources>
- Create
-
Configure AI Settings (Optional)
- Enable Smart Replies in the app
- Choose between Groq (Free) or OpenAI (Paid)
- Get API key from provider console
- Customize system message for AI behavior
-
Build and Run
./gradlew assembleDebug
We welcome contributions! Here's how you can help:
- Fork the repository
- Create a feature branch (
git checkout -b feature/amazing-feature
) - Commit your changes (
git commit -m 'Add amazing feature'
) - Push to the branch (
git push origin feature/amazing-feature
) - Open a Pull Request
- Follow Kotlin coding conventions
- Write clear commit messages
- Test your changes thoroughly
- Update documentation if needed
- Reply Timing: The app includes a 10-second delay between replies to prevent spam (configurable)
- Privacy: This app is not affiliated with WhatsApp, Facebook, or any messaging platform
- Permissions: Notification access is required for the app to function properly
MIT License
Copyright (c) 2024 AutoReply
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
Made with β€οΈ by it5prasoon
If this project helped you, please consider giving it a βοΈ