July 2017
Beginner
208 pages
3h 7m
English
This chapter will show how to use wget and curl to gather information directly from the internet.
The topics covered in this chapter are:
wget.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.
You may have already heard about or even used the wget program. It is a command line utility that can be used to download files from the Internet.
Here is a screenshot showing wget in its most simplest form:
In the output you ...
Read now
Unlock full access