MBKEngineers / collect

MBK Python scripts for scraping water data from the web
MIT License
3 stars 1 forks source link

Add CLI for starting a new scraper module #38

Closed narlesky closed 2 years ago

narlesky commented 2 years ago

Implements a command line interface for starting a new module called collect-start. Initialize a new module from a template with

$ collect-start modulename

to create a new module in the collect library, including collect/modulename/init.py and collect/modulename/modulename.py