diff options
| -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 |
