Skip to content

hackerboi-python/TinderBot

 
 

Repository files navigation

TinderBot


TINDERBOT AND PROFILESCRAPER

Tinder web automation and scraper.
Explore the docs »

View Demo · Report Bug · Request Feature

Table of Contents

About the Project

IMPORTANT: Starring the project indicates shows your appreciation and will result in new features being added!

This project started with the motivation of learning web automation further and scraping with Python.
I managed to succesfully create a bot that could:

  • Open a browser and login to Tinder.com
  • Setting a custom location for FREE (which is normally a paid-for-Tinder Plus-feature)
  • Setting profile settings and preferences, such as distance radius, minimum and maximum age, sexuality.
  • Accept all notifications and dismiss pop-ups
  • Swiping x amount of profiles left or right
  • Scraping data of the profiles displayed, including, yet not limited to, name, age, bio, images, ...
  • Sending personalized messages to your matches
  • Sending you social media cards, like Instagram, Snapchat, Phonenumber and Facebook
  • Sending GIFS and songs
  • Unmatching

If you feel like diving right in, the quickstart.py will help you be right on track.
Feel free to make a pull request and contribute to this project!

Enjoy! :)

INFO: now also available as a PIP INSTALL as illustrated here

Built with

Breaking Record

I broke the world record most matches using this script!
Reached 1000 matches in the first 24hours.
Currently at 19500 matches!

Getting Started

Prerequisites

  • Environment running python 3.x
  • Tinder account with Google or Facebook login enabled

Installation

PyPi

You can now install the project as a pip package.

pip3 install tinderbotz

Github

  1. Clone or download the project
  2. Install the required packages
pip3 install -r requirements.txt

Usage of Tinderbot

Features

Features of Tinderbot as demonstrated belowed can be found here: Tinderbot features

Demonstration

Setting a custom location

Setting some Profile settings

Liking 10 profiles in row + dismissing potential pop ups

Scraping your matches (new matches + messaged matches)

Sending personalized messages to your matches

Support the Repository

Feel free to make a pull request and contribute to this project.
If you feel like buying me a drink:

About

Simple Tinder bot using python selenium

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%