Hi,
I'm thinking of making a bot that can operate several different scrapers and choses a different one depending on the url.
Is there a way to nest a module inside another module?
Thanks!
Hi,
I'm thinking of making a bot that can operate several different scrapers and choses a different one depending on the url.
Is there a way to nest a module inside another module?
Thanks!
I want to create a bot that can read from a csv file and then scrape different urls on the csv file. The scrapers will be customized depending on the url. I'm thinking the csv reader will be a module and each of the scrapers will be one as well.
Maybe the best way to organize this is through a project, however, that would only work if modules inside the project could interact with each other. Can they?