Skip to content

Instantly share code, notes, and snippets.

@MrMrch
MrMrch / tinderbot.py
Created June 2, 2022 16:47
Tinder bot
# -*- coding: utf-8 -*-
"""
Created on Tue Mar 1 19:09:03 2022
@author: marce
"""
#old stuff
from selenium import webdriver
from selenium.webdriver.common.by import By
from selenium.webdriver.common.action_chains import ActionChains