Chapter 8. Working with wget and curl
This chapter will show how to use wget
and curl
to gather information directly from the internet.
The topics covered in this chapter are:
Show how to get information using
wget
.Show how to get information using
curl
.
Scripts that can gather data in this way can be very powerful tools to have at your disposal. As you will see from this chapter, you can get stock quotes, lake levels, just about anything automatically from web sites anywhere in the world.