Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
pudo committed Aug 24, 2011
1 parent a1c4c6a commit e0bbaba
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions README.rst
Expand Up @@ -34,11 +34,17 @@ basis. This is mostly true for the EU's revenue, i.e. Own Resources.
Running it Running it
---------- ----------


Run "scrape.py" to get basic CSV files. Then, use cleanup.py on each of All scripts require a valid webstore config to interact with. To learn about
them to do some cleansing. To import into OpenSpending, the following webstore, visit http://wiki.ckan.net/Webstore
command line is needed:


paster --plugin=wdmmg csvimport -c $CONFIG --model=file:model.js eu-2010.csv.cleaned Run "scrape.py" to extract the basic budget::

python scrape.py http://user:pass@webstore.thedatahub.org/user/eubduget/main

Then, use cleanup.py on each of do some cleansing. To import into OpenSpending,
the following command line is needed::

paster --plugin=openspending csvimport -c $CONFIG --model=file:model.js http://...


License License
------- -------
Expand Down

0 comments on commit e0bbaba

Please sign in to comment.