Skip to content
This repository has been archived by the owner on Nov 7, 2018. It is now read-only.

Commit

Permalink
Merge pull request #23 from 18F/foiaonline
Browse files Browse the repository at this point in the history
Downloader for FOIAonline
  • Loading branch information
konklone committed Aug 28, 2014
2 parents 3a3845d + 43af6a7 commit 26b9643
Show file tree
Hide file tree
Showing 12 changed files with 617 additions and 42 deletions.
8 changes: 3 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
/contacts/html
<<<<<<< HEAD
/documents/data
.DS_Store
=======
/data/pages
/data/data
__pycache__
*.pyc
node_modules
todo.txt
>>>>>>> 56a18c8a16cd008e8892b96076ca250d25c951e8
/documents/*.html
/misc
1 change: 0 additions & 1 deletion data/.python-version

This file was deleted.

3 changes: 0 additions & 3 deletions data/requirements.txt

This file was deleted.

1 change: 1 addition & 0 deletions documents/.python-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.4.1
File renamed without changes.
10 changes: 10 additions & 0 deletions documents/foiaonline-meta.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#!/usr/bin/sh

python tasks/foiaonline.py --meta --term=epa
python tasks/foiaonline.py --meta --term=cbp
python tasks/foiaonline.py --meta --term=doc
python tasks/foiaonline.py --meta --term=mspb
python tasks/foiaonline.py --meta --term=flra
python tasks/foiaonline.py --meta --term=nara
python tasks/foiaonline.py --meta --term=pbgc
python tasks/foiaonline.py --meta --term=don
1 change: 1 addition & 0 deletions data/package.json → documents/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "state",
"version": "0.0.0",
"main": "state_pages.js",
"repository": "https://github.com/18f/foia",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
Expand Down
4 changes: 4 additions & 0 deletions documents/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
ipython
scrapelib>=0.10
BeautifulSoup4
python-dateutil

0 comments on commit 26b9643

Please sign in to comment.