Using the Selenium module, tool that automates your social media interactions with Swipe, Like and Dislike on Tinder implemented in Python.
pip3 install -r requirements.txt
Important: depending on your system, make sure to use pip3
and python3
instead.
Dependencies
Selenium requires a driver to interface with the chosen browser. Firefox, for example, requires geckodriver, which needs to be installed before the below examples can be run. Make sure itβs in your PATH, e. g., place it in /usr/bin
or /usr/local/bin
.
Failure to observe this step will give you an error selenium.common.exceptions.WebDriverException: Message: βgeckodriverβ executable needs to be in PATH.
π» On Mac you can install gekkodriver by running brew command - brew install geckodriver
Running TinderAutoSwipeBot
To run TinderAutoSwipeBot, you'll need to run the script you've just downloaded.
Once you have your downloaded this repo you can execute the script with the following commands.
python tinder_bot.py
=> Follow the instruction steps printed on terminal.
TinderAutoSwipeBot will now open a browser window and start working.
Do you want to support me?
If you found this project helpful or you learned something from the source code and want to thank me, consider me to pay my internet bills. This would encourage me to create many such projects π¨π»βπ»
Help build TinderAutoSwipeBot!