Skip to content

Instantly share code, notes, and snippets.

View samnaisy's full-sized avatar

Cамир samnaisy

View GitHub Profile
@bboynton97
bboynton97 / list.py
Created October 27, 2021 19:18
Auto-list NFTs on OpenSea with Browser Automation
# First install Chrome, and the Selenium driver
# Next, download and save the MetaMask CRX (there are plenty of guides on how to do this)
from selenium import webdriver
from webdriver_manager.chrome import ChromeDriverManager
from selenium.webdriver.chrome.options import Options
from selenium.webdriver.common.by import By
from selenium.webdriver.common.keys import Keys
import time