KaylaCrush / advocacy-maps

The good governance project (GGP) is a non-partisan democracy reform group.
https://mapletestimony.org
MIT License
0 stars 1 forks source link

pull urls with requests instead of selenium #67

Closed KaylaCrush closed 1 year ago

KaylaCrush commented 1 year ago

I just think it would be faster. We will still need selenium for the initial button clicking, but I'm pretty sure I can grab the page html pretty easy after that and process it with soup. Check to see which is faster.

KaylaCrush commented 1 year ago

did this along with #75