Currently addTagsToRawQuotes.py is setup as an ipython script. We can do quite a bit better. Lets re-write this to have a CLI argparse interface so when we run this we execute #sym:argparse_entrypoint . Flesh out the empty functions @sym:quote_handler and @sym:processQuotes and then connect this together using #sym:argparse_entrypoint.
Currently addTagsToRawQuotes.py is setup as an ipython script. We can do quite a bit better. Lets re-write this to have a CLI argparse interface so when we run this we execute #sym:argparse_entrypoint . Flesh out the empty functions @sym:quote_handler and @sym:processQuotes and then connect this together using #sym:argparse_entrypoint.