From e1373c49b95af4eda87973e71c0a30efa17e5da4 Mon Sep 17 00:00:00 2001 From: Clare So Date: Sun, 16 Sep 2018 21:54:55 -0400 Subject: [PATCH 1/2] Add my page scraper solution --- Final Capstone Projects/Projects-Solutions/Solution Links.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Final Capstone Projects/Projects-Solutions/Solution Links.md b/Final Capstone Projects/Projects-Solutions/Solution Links.md index e25047b..52847c3 100644 --- a/Final Capstone Projects/Projects-Solutions/Solution Links.md +++ b/Final Capstone Projects/Projects-Solutions/Solution Links.md @@ -126,6 +126,9 @@ Text Networking --------- +**Page Scraper** An application to pull out all links from a webpage. +[[clarmso (Python)]](https://gist.github.com/clarmso/969ea7d538b29f465759cdbb3822c9b6) + **FTP Program** - A file transfer program which can transfer files back and forth from a remote web sever. [[rnikhil275(Python)]](https://github.com/rnikhil275/scripts/blob/master/ftp.py) **Bandwidth Monitor** - A small utility program that tracks how much data you have uploaded and downloaded from the net during the course of your current online session. See if you can find out what periods of the day you use more and less and generate a report or graph that shows it. From 02873744c58f3fedbb17cc37add34f3d9b63365d Mon Sep 17 00:00:00 2001 From: Clare So Date: Sun, 16 Sep 2018 21:55:31 -0400 Subject: [PATCH 2/2] Add missing dash --- Final Capstone Projects/Projects-Solutions/Solution Links.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Final Capstone Projects/Projects-Solutions/Solution Links.md b/Final Capstone Projects/Projects-Solutions/Solution Links.md index 52847c3..a1d9a60 100644 --- a/Final Capstone Projects/Projects-Solutions/Solution Links.md +++ b/Final Capstone Projects/Projects-Solutions/Solution Links.md @@ -126,7 +126,7 @@ Text Networking --------- -**Page Scraper** An application to pull out all links from a webpage. +**Page Scraper** - An application to pull out all links from a webpage. [[clarmso (Python)]](https://gist.github.com/clarmso/969ea7d538b29f465759cdbb3822c9b6) **FTP Program** - A file transfer program which can transfer files back and forth from a remote web sever. [[rnikhil275(Python)]](https://github.com/rnikhil275/scripts/blob/master/ftp.py)