emilydumas / mcs275spring2023demo12pm

Fetch utility Python script used as demonstration of git and GitHub

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fetch

Simple Python utility to fetch a resource by URL (using urllib.request.urlopen) and save it to a file. Accepts the URL and output filename as command line argument.

Usage example

python3 fetch.py 'http://example.com/' example_home.html

Contributors

About

Fetch utility Python script used as demonstration of git and GitHub


Languages

Language:Python 100.0%