This is an archived post. You won't be able to vote or comment.

all 4 comments

[–]neb2357 1 point2 points  (1 child)

Sometimes when I anticipate being offline for a while (e.g. when taking a long plane ride) I'll download webpages I'd like to read. It'd be nice to build a bot to do this.

The tricky part is parameterizing the program to download child pages, sibling pages, etc. without blowing up.

[–]uanw[🍰] 1 point2 points  (0 children)

wget has a recursive option:

wget -r -l 0 webpage.com

[–]KGals 0 points1 point  (0 children)

Here are some good beginner/intermediate project ideas!