Skip to content

Instantly share code, notes, and snippets.

View danielrmeyer's full-sized avatar

Daniel Meyer danielrmeyer

View GitHub Profile
@danielrmeyer
danielrmeyer / scrape.py
Last active February 6, 2025 20:51
Scrape Idaho Bills
# To use install a newer versions of python3 along with the following packages
# pip install pdfminer pdfminer.six pandas beautifulsoup4
import requests
from bs4 import BeautifulSoup
import pandas as pd
import io
import time
import datetime