TinderBotz
TinderBotz copied to clipboard
Can you make a video how to use the bot?
Hey there
Can you make a video how to use the bot, because I don't know hot to set it up in Python. Thanks
Step 1: install python version 3.10 from official python website. When installing, choose "download pip" Step 2: download project dependencies by using pip: 1. Open command line. 2. Type the following one-by-one: pip install selenium==4.2.0 pip install undetected-chromedriver==3.0.3 pip install webdriver-manager==3.5.4 pip install Pillow==9.0.1 Step 3: Make sure the webdriver launches Google Chrome correctly by running either quickstart.py or auto_swipe.py. Step 4: Write your own python script that will do tinder job. Examples of how to do so are scripts "quickstart.py" and "auto_swipe.py".