Skip to content

Instantly share code, notes, and snippets.

View boranova's full-sized avatar

boranova

  • Houston, TX
View GitHub Profile
@jnayak1
jnayak1 / maydan.py
Created May 2, 2020 16:42
Automation for getting reservation on Resy.com for Maydan
#!/usr/bin/env python
from selenium import webdriver
from selenium.webdriver.firefox.options import Options
import datetime
import time
options = Options()
options.headless = True