diff options
| author | Yuval Adam <yuv.adm@gmail.com> | 2014-03-29 01:24:28 +0300 |
|---|---|---|
| committer | Yuval Adam <yuv.adm@gmail.com> | 2014-03-29 01:24:28 +0300 |
| commit | 82b962a642e1c76325e84bb4c7df81b1297ce9bc (patch) | |
| tree | 3fad0748641bda1e163fab1f6b0cd9217e735ccd | |
Initial commit
| -rw-r--r-- | README.md | 3 | ||||
| -rw-r--r-- | requirements.txt | 13 |
2 files changed, 16 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..cdcb12c --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# Israblog Archive Crawler + +Crawling the soon-to-be deceased Israblog. diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..5645a59 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,13 @@ +Scrapy==0.22.2 +Twisted==13.2.0 +cffi==0.8.2 +cryptography==0.3 +cssselect==0.9.1 +lxml==3.3.3 +pyOpenSSL==0.14 +pycparser==2.10 +queuelib==1.1.1 +six==1.6.1 +w3lib==1.5 +wsgiref==0.1.2 +zope.interface==4.1.1 |
