Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 421 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 421 Bytes

Convex Bribes Scrape

Scraping from Llama to find and run some analytics on previous bribes.

Llama airforce is a dashboard that shows data taken from Votium on different bribe periods in Convex. The data for each bribe period is not exportable to CSV so we need to inspect the HTML. As a dynamic website, we need to use a webdriver and selenium to access the script and be able to use some Beautiful Soup functions.