Skip to content

Commit

Permalink
Temporarily disable nightly lobbyist scrape
Browse files Browse the repository at this point in the history
  • Loading branch information
hancush committed Oct 15, 2024
1 parent 91dd1fd commit 3231215
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,13 @@ all : data/processed/disclosures.xlsx \
data/processed/candidate_committee_filings.csv \
data/processed/pac_committees.csv \
data/processed/pac_committee_filings.csv \
data/processed/lobbyist.xlsx \
data/processed/lobbyist_employer.xlsx \
data/processed/independent_expenditures.xlsx

upload-to-s3 : data/processed/disclosures.xlsx \
data/processed/candidate_committees.csv \
data/processed/candidate_committee_filings.csv \
data/processed/pac_committees.csv \
data/processed/pac_committee_filings.csv \
data/processed/lobbyist.xlsx \
data/processed/lobbyist_employer.xlsx \
data/processed/independent_expenditures.xlsx

for file in $^; do aws s3 cp $$file $(S3BUCKET) --acl public-read; done
Expand Down

0 comments on commit 3231215

Please sign in to comment.