diff options
author | Anders Einar Hilden <hildenae@gmail.com> | 2015-01-16 20:04:48 +0100 |
---|---|---|
committer | Anders Einar Hilden <hildenae@gmail.com> | 2015-01-16 20:04:48 +0100 |
commit | 1c3fcda9dd7592c492da851c37c6d522ab961768 (patch) | |
tree | 188b51da3ab68d10947379cc752d35d4d04330bb | |
parent | 3cf2573f4a8d1a16ee4a4a219d479538a519b270 (diff) |
Add run&test-instructions
-rw-r--r-- | README | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -6,3 +6,12 @@ https://github.com/rossjones/ScraperWikiX/blob/master/services/scriptmgr/scripts Standalone lib https://github.com/scraperwiki/scraperwiki-python +== Running / testing scrapers == +In addition to checking out the repo, the following is required to test or +run most scrapers: + +mkdir data +scp -r 'scraper.nuug.no:/srv/scraper/postjournaler/testlib/*' . +apt-get install python-alembic python-beautifulsoup python-dateutil +cp scrapersources/postliste-python-lib scrapersources/postliste-python-lib.py + |