Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/koji/tinder-bot


https://github.com/koji/tinder-bot

bot python selenium tinder

Last synced: 19 days ago
JSON representation

Awesome Lists containing this project

README

        

![image](https://github.com/koji/tinder-bot/blob/master/image/logo.png)
# 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
* Facebook account (http://facebook.com/)
* Chromedriver

## how to use
### install webdriver
```zsh
$ brew cask install chromedriver
# check version
$ chromedriver --version
```

### run python script
```zsh
$ git clone https://github.com/koji/tinder-bot.git
$ cd tinder-bot
$ pip install -r requirements.txt
```