summaryrefslogtreecommitdiff
path: root/scripts/crawler/tbc_web_crawler/spiders/__init__.py
diff options
context:
space:
mode:
authormahesh2016-04-01 01:41:16 +0530
committermahesh2016-04-01 01:41:16 +0530
commitcf1209063bf68e01d312bc870280cf43b2a616a9 (patch)
treeee77994fa6e79822c7ef812519e9f2f171d482b5 /scripts/crawler/tbc_web_crawler/spiders/__init__.py
parent9c84c0ab3a780b8055212d613776f28907535b62 (diff)
downloadPython-TBC-Interface-cf1209063bf68e01d312bc870280cf43b2a616a9.tar.gz
Python-TBC-Interface-cf1209063bf68e01d312bc870280cf43b2a616a9.tar.bz2
Python-TBC-Interface-cf1209063bf68e01d312bc870280cf43b2a616a9.zip
A crawler to crawl the tbc website to find errors on tbc notebooks and broken links
Diffstat (limited to 'scripts/crawler/tbc_web_crawler/spiders/__init__.py')
-rw-r--r--scripts/crawler/tbc_web_crawler/spiders/__init__.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/crawler/tbc_web_crawler/spiders/__init__.py b/scripts/crawler/tbc_web_crawler/spiders/__init__.py
new file mode 100644
index 0000000..ebd689a
--- /dev/null
+++ b/scripts/crawler/tbc_web_crawler/spiders/__init__.py
@@ -0,0 +1,4 @@
+# This package will contain the spiders of your Scrapy project
+#
+# Please refer to the documentation for information on how to create and manage
+# your spiders.