tinder-bot

Stars
10

tinder-bot

https://tinder.com/

python and pypi versions

python 3.6.5 selenium 3.141.0 requests 2.22.0 Pillow 6.2.0

requirements

how to use

install webdriver

$ brew cask install chromedriver
# check version
$ chromedriver --version

run python script

$ git clone https://github.com/koji/tinder-bot.git
$ cd tinder-bot
$ pip install -r requirements.txt