Skip to content

The repository contains the Tinder swipe bot. The bot runs on chrome and uses web scraping and testing tool.

Notifications You must be signed in to change notification settings

milindsingh98/Tinder-swipe-bot-2020

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Tinder-swipe-bot-2020

The secrets.py file contains the username and password, to run the tinder_bot.py file you need to first update it.

username = <"Enter your email"> password = <"Enter your password">

The tinder swipe bot using selenium and time module

to install selenium

pip install selenium or pip3 install selenium

At the ned it will also print the total number of right swipes you made in the python shell.

To install chrome driver and web driver

pip install webdriver-manager #to install web-driver

to download the chrome driver

from selenium import webdriver from webdriver_manager.chrome import ChromeDriverManager driver = webdriver.Chrome(ChromeDriverManager().install())

About

The repository contains the Tinder swipe bot. The bot runs on chrome and uses web scraping and testing tool.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages