Skip to content

Instantly share code, notes, and snippets.

@DpGit-24
DpGit-24 / autopay.py
Created May 17, 2025 08:20 — forked from CoreyMSchafer/autopay.py
Using Selenium to Automate Bill Payments
import io
import logging
import os
import smtplib
from email.message import EmailMessage
from pathlib import Path
from dotenv import load_dotenv
from selenium import webdriver
from selenium.common.exceptions import TimeoutException, WebDriverException