https://github.com/thehamdiz/tinder_bot
Autoswipe configurable tinder bot.
https://github.com/thehamdiz/tinder_bot
Last synced: 18 days ago
JSON representation
Autoswipe configurable tinder bot.
- Host: GitHub
- URL: https://github.com/thehamdiz/tinder_bot
- Owner: theHamdiz
- Created: 2020-05-05T02:16:44.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-15T02:45:48.000Z (almost 5 years ago)
- Last Synced: 2025-02-14T08:37:26.437Z (2 months ago)
- Language: Python
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tinder_Bot
[](https://travis-ci.org/joemccann/dillinger)
### Autoswipe configurable tinder bot.
### Requirements
Tinder_Bot uses a number of open source projects to work properly:
* [Chrome Driver](https://chromedriver.chromium.org/downloads) - chrome-webdriver installed and matched with the current version of chrome installation.
* [Selenium](https://pypi.org/project/selenium/) install it via ``` pip3 install selenium ```.
* [Python 3.7 or later](https://python.org) The core programming language for the python fork of this project.
* [Ruby](http://www.ruby-lang.org/en/) 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.
##### If the bot failed at login stage on tinder with you just restart it.Please run with:
```sh
python3 tinder_bot.py
```
Not with:```sh
python tinder_bot.py
```For the ruby version, the following is just enough:
```sh
ruby tinder_bot.rb
```