Web client - web scraping
- get HTML page using urllib
- Download image using urllib
- get HTML page using requests
- Download image using requests
- Download image as a stream using requests
- Download zip file using requests
- Extract zip file
- Beautiful Soup to parse HTML
- requests - JSON - API
- httpbin.org
- requests get from httpbin - JSON
- requests get IP from httpbin - JSON
- requests get JSON User-Agent
- requests change User-Agent
- requests get header
- requests change header
- requests post
- Interactive Requests
- Download the weather - scraping
- Download the weather - API call with requests
- Download the weather - API call with requests
- Tweet
- bit.ly
- API config file
- Exercise: Combine web server and client