I have created a new Github repo for election data related scripts. The repo is public and located here: github.com/pushshift/US_E
So far, the script (Python) pulls data for the 2020 election for every county in the US.
#Election2020 #bigdata #elections
Conversation
I just added support for a simple sqlite3 database. So if you run the script, it will create a sqlite3 database and then store the data in a table called "county".
The county table is a simple table with the following fields:
id (fips county id), retrieved_utc, state and data.
