Difference between revisions of "Web Crawler 2011"
From Derek
(→Instructions) |
(→Instructions) |
||
Line 2: | Line 2: | ||
This page contains instructions for downloading and installing the Web Crawler created in the 2011 project, Code Cracking: Who murdered the Somerton Man? ([[Cipher Cracking 2011]]). | This page contains instructions for downloading and installing the Web Crawler created in the 2011 project, Code Cracking: Who murdered the Somerton Man? ([[Cipher Cracking 2011]]). | ||
===Instructions=== | ===Instructions=== | ||
− | # Download the Web Crawler Graphical User | + | # Download the Web Crawler Graphical User Interface, found [[Media:Crawler.rar|here]]. |
# Extract to your desired location. You should have a folder labelled Crawler, containing a java archive file, Crawler.jar, and a README.txt file (containing instructions for use of the crawler). | # Extract to your desired location. You should have a folder labelled Crawler, containing a java archive file, Crawler.jar, and a README.txt file (containing instructions for use of the crawler). | ||
− | # This Crawler.jar file is an executable file so can be run through double click. However it requires some libraries. These libraries can be found on the [http://code.google.com/p/crawler4j/ | + | # This Crawler.jar file is an executable file so can be run through double click. However it requires some libraries. These libraries can be found on the [http://code.google.com/p/crawler4j/ crawler4j site] which should be the top link from Googling "crawler4j". Download the crawler4j-dependencies-lib.zip libraries as shown in the image below.[[Image:Crawler4jwebsite.png|thumb|300px|center|crawler4j website with the dependencies library download (click to enlarge).]] |
− | [[Image:Crawler4jwebsite.png|thumb|300px|center|crawler4j website with the dependencies library download (click to enlarge).]] | + | |
# Extract the downloaded libraries into your Crawler folder you have just formed in Step 2. It should appear as a folder titled "lib". | # Extract the downloaded libraries into your Crawler folder you have just formed in Step 2. It should appear as a folder titled "lib". | ||
# Change the name of the folder from "lib" to "Crawler_lib". | # Change the name of the folder from "lib" to "Crawler_lib". | ||
# You are now ready to run the Web Crawler! Simply double click the Crawler.jar file and providing the above steps have been followed correctly, the crawler should function. From this point on, for instructions, see the README.txt file. | # You are now ready to run the Web Crawler! Simply double click the Crawler.jar file and providing the above steps have been followed correctly, the crawler should function. From this point on, for instructions, see the README.txt file. |
Revision as of 01:33, 9 November 2011
Web Crawler
This page contains instructions for downloading and installing the Web Crawler created in the 2011 project, Code Cracking: Who murdered the Somerton Man? (Cipher Cracking 2011).
Instructions
- Download the Web Crawler Graphical User Interface, found here.
- Extract to your desired location. You should have a folder labelled Crawler, containing a java archive file, Crawler.jar, and a README.txt file (containing instructions for use of the crawler).
- This Crawler.jar file is an executable file so can be run through double click. However it requires some libraries. These libraries can be found on the crawler4j site which should be the top link from Googling "crawler4j". Download the crawler4j-dependencies-lib.zip libraries as shown in the image below.
- Extract the downloaded libraries into your Crawler folder you have just formed in Step 2. It should appear as a folder titled "lib".
- Change the name of the folder from "lib" to "Crawler_lib".
- You are now ready to run the Web Crawler! Simply double click the Crawler.jar file and providing the above steps have been followed correctly, the crawler should function. From this point on, for instructions, see the README.txt file.