Skip to content

Instantly share code, notes, and snippets.

View unclepeach's full-sized avatar
🍑
Happy Coding ... ...

unclepeach

🍑
Happy Coding ... ...
View GitHub Profile
#facebook marketplace
from selenium import webdriver
from time import sleep
from selenium.webdriver.common.keys import Keys
from selenium.webdriver.support.ui import WebDriverWait
from selenium.webdriver.common.by import By
from selenium.webdriver.support import expected_conditions as EC
from pymongo import MongoClient
class App: