Right now it is impractical to feed in more than one organismal_url for scraping through the CLI. In order to fix this, we should add a function that can parse an input file that contains many URLs. I'm thinking a JSON file, because everything is JSONs right now. This json would just be a list ['url_1','url_2',...]
Right now it is impractical to feed in more than one organismal_url for scraping through the CLI. In order to fix this, we should add a function that can parse an input file that contains many URLs. I'm thinking a JSON file, because everything is JSONs right now. This json would just be a list
['url_1','url_2',...]