cobalt-uoft / uoft-scrapers

Public web scraping scripts for the University of Toronto.
https://pypi.python.org/pypi/uoftscrapers
MIT License
48 stars 14 forks source link

CLI #23

Open qasim opened 8 years ago

qasim commented 8 years ago

We should have a CLI for this, too.

Maybe used like:

uoftscrapers <scraper-class> <scraper-output-path>

Logging should output to stdout.

qasim commented 8 years ago

A rough guide on how to accomplish a CLI with a PyPi module: https://gehrcke.de/2014/02/distributing-a-python-command-line-application/