Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/koji/tinder-bot
https://github.com/koji/tinder-bot
bot python selenium tinder
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/koji/tinder-bot
- Owner: koji
- Created: 2020-02-22T07:23:52.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-05-22T22:41:26.000Z (over 1 year ago)
- Last Synced: 2024-10-11T20:49:26.546Z (about 1 month ago)
- Topics: bot, python, selenium, tinder
- Language: Python
- Size: 53.7 KB
- Stars: 10
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
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
```