donations
donations copied to clipboard
Figure out a way to programmatically detect new Google.org grants for potentially manual addition
The current list was manually entered by Vipul a few months ago:
https://github.com/vipulnaik/donations/blob/master/sql/donations/google-org.sql
We could switch to a programmatic approach, or a hybrid, where we programmatically determine whether there are newly added grants and then manually add them.
This is in progress at https://github.com/riceissa/google.org-grants
I'm not sure what you mean by "programmatically determine whether there are newly added grants". If the program regenerates the SQL file, and that SQL file differs from the old one, is that sufficient? Or do you mean some kind of cron job that keeps checking?