Skip to content

Instantly share code, notes, and snippets.

@kevdougful
kevdougful / scraper.py
Created January 26, 2022 01:56
ABC Ballpark Schedule Scraper
import attr
from bs4 import BeautifulSoup
from datetime import datetime, date, timedelta
import httpx
from icalendar import Calendar, Event
from uuid import uuid4
@attr.s(auto_attribs=True)
class Game:
time: datetime
@kevdougful
kevdougful / words.ipynb
Last active February 5, 2022 18:56
Wordle Letter Analysis
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.