Tinder_Bot uses a number of open source projects to work properly:
- Chrome Driver - chrome-webdriver installed and matched with the current version of chrome installation.
- Selenium install it via
pip3 install selenium
. - Python 3.7 or later The core programming language for the python fork of this project.
- Ruby The core programming language for the ruby fork of this project.
Make sure to fill your credentials in the secrets file depending on the language you're gonna work with.
Please run with:
python3 tinder_bot.py
Not with:
python tinder_bot.py
For the ruby version, the following is just enough:
ruby tinder_bot.rb