Skip to content

Tinder Swiping Bot is a Python automation script that uses Selenium WebDriver to automate swiping on Tinder. It facilitates actions like logging in via Facebook and swiping right (like) or left (pass). The bot is easy to set up and can be customized for swiping preferences. Use responsibly and in line with Tinder's terms of service.

Notifications You must be signed in to change notification settings

Aditya1066/tinder-auto-swiping-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Tinder Swiping Bot

Overview

The Tinder Swiping Bot is an automated tool designed to streamline interactions on Tinder, utilizing Selenium and Python for seamless automation. This project aims to enhance user experience by automating the swiping process, enabling users to efficiently manage their Tinder profiles.

Features

  • Automated Login: Seamlessly log in via Facebook.
  • Swipe Functionality: Automate swiping actions (like and pass) based on user-defined criteria.
  • Explicit Waits: Implemented to enhance reliability and ensure elements are available before interactions.

Prerequisites

  • Python 3.x
  • Google Chrome browser
  • ChromeDriver

Installation

  1. Clone the Repository: git clone https://github.com/Aditya1066/tinder-swiping-bot.git
  2. Navigate to the Project Directory: cd tinder-swiping-bot
  3. Install Required Packages: Ensure you have a requirements.txt file in your repository. If not, you can create one by running: pip freeze > requirements.txt Then, install the dependencies: pip install -r requirements.txt

Usage

To run the bot, execute the following command in your terminal: python Main.py

Configuration

Before running the bot, ensure you update the configuration settings within the Main.py file to include your Tinder and Facebook credentials.

Contributing

Contributions are welcome! Please feel free to submit a pull request or open an issue for any enhancements or bug fixes.

Acknowledgments

  • Selenium for browser automation.
  • Python for its robust programming capabilities.

Contact

For inquiries or feedback, please contact:

About

Tinder Swiping Bot is a Python automation script that uses Selenium WebDriver to automate swiping on Tinder. It facilitates actions like logging in via Facebook and swiping right (like) or left (pass). The bot is easy to set up and can be customized for swiping preferences. Use responsibly and in line with Tinder's terms of service.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages