Tinder Auto Like Bot

Automate your Tinder experience with our smart Python bot. Save time and focus on meaningful connections with cutting-edge automation technology.

Version 2.0
Updated October 2025
MIT License
Python 3.x

Important Notice

This project is for educational purposes only. Automating Tinder may violate their Terms of Service. Use responsibly and at your own risk. We are not responsible for any consequences resulting from the use of this software.

Why Choose Our Bot

Powerful features designed to enhance your automation experience

Smart Automation

Intelligently handles swiping, matching, and conversations with advanced algorithms.

Fast & Efficient

Process hundreds of profiles quickly with optimized performance and minimal resource usage.

Privacy Focused

Your data stays on your device. No information is sent to external servers.

Easy Configuration

Simple setup with clear documentation and customizable settings for your preferences.

Clean Code

Well-structured, documented code that's easy to understand, modify, and extend.

Active Support

Get help when you need it with our responsive community and detailed documentation.

See It In Action

Watch how our bot seamlessly automates the Tinder experience, from login to swiping and matching. The intuitive interface makes setup straightforward, even for beginners.

Our automation handles the repetitive tasks so you can focus on more important things.

View Documentation

Getting Started

Follow these simple steps to set up the bot on your system

1

Clone the Repository

Start by downloading the project files to your local machine.

git clone https://github.com/jaymondal45/dating-bot-automation.git
cd dating-bot-automation
2

Install Dependencies

Install the required Python packages using pip.

pip install selenium python-dotenv

Make sure to also download ChromeDriver and add it to your PATH.

3

Configure Environment

Create a .env file in the project root with your credentials.

FB_EMAIL=your_email_here
FB_PASSWORD=your_password_here
MY_NUMBER=your_phone_here
4

Run the Bot

Execute the main script and watch the automation in action.

python main.py

The bot will handle authentication and swiping automatically.

Join Our Community

Connect with other developers and contribute to the project

GitHub Repository

Star the repository, explore the code, and stay updated with the latest releases.

Star on GitHub

Discussions

Join our community on GitHub to share ideas, ask questions, and collaborate.

Join Discussion

Report Issues

Found a bug or have a feature request? Help us improve by reporting issues.

Report Issue

Contribute Code

Want to add features or fix bugs? Fork the repository and submit pull requests.

Fork & Contribute