-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
29 lines (24 loc) · 1.17 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<html>
<body>
<h1>Make the robots do the hard work! Writing screen scrapers for news gathering with PANDA</h1>
<h3>The data</h3>
<p>Year-by-year data on the world's largest timed road race.</p>
<a href="http://169.254.181.7">Click here to see what we are scraping</a>
<h3>The question</h3>
<p>Does the percentage of runners who finish the race vary depending on wind speed?</p>
<h3>Install requirements</h3>
<pre>
sudo easy_install http://169.254.181.7:8000/requirements/requests-0.14.2.tar.gz
sudo easy_install http://169.254.181.7:8000/requirements/lxml-3.0.1.tar.gz
sudo easy_install http://169.254.181.7:8000/requirements/cssselect-0.7.1.tar.gz
</pre>
<h3>Scraper samples</h3>
<ul>
<li><a href="step_1/scraper.py">Download Step 1</a></li>
<li><a href="step_2/scraper.py">Download Step 2</a></li>
<li><a href="step_3/scraper.py">Download Step 3</a></li>
<li><a href="step_4/scraper.py">Download Step 4</a></li>
<li><a href="step_5/scraper.py">Download Step 5</a></li>
</ul>
</body>
</html>