Skip to content

riceissa/macarthur-foundation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MacArthur Foundation

This is for Vipul Naik's Donations List Website.

see vipulnaik/donations#4 for the issue that initiated this repo.

see https://www.macfound.org/grants/ for the data source.

files:

  • scrape.py: scrapes the grants info and stores it in a CSV file. Scraping takes over an hour.
  • proc.py: takes the data stored in the CSV and transforms it into a SQL file (a SQL insert statement with a bunch of values) that can be loaded into MySQL. The schema for this is in the donations repo.

Instructions for doing a run

./scrape.py out.csv
./proc.py out.csv > out.sql

License

CC0 for the scripts, not sure about the data.

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages