Skip to content

Instantly share code, notes, and snippets.

@armanbilge
Last active July 27, 2016 00:30
Show Gist options
  • Save armanbilge/d804d544d18716a547fe8d974aee9798 to your computer and use it in GitHub Desktop.
Save armanbilge/d804d544d18716a547fe8d974aee9798 to your computer and use it in GitHub Desktop.
for y in {1952..2016}; do
wget --post-data "method=loadAwardeeList&awardYear=$y&awardType=A&action=Search" https://www.fastlane.nsf.gov/grfp/AwardeeList.do -O "awardees_$y.txt"
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment