Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding support for concurrent crawling #23

Open
2 tasks done
shivamanipatil opened this issue Oct 1, 2020 · 2 comments
Open
2 tasks done

Adding support for concurrent crawling #23

shivamanipatil opened this issue Oct 1, 2020 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@shivamanipatil
Copy link
Contributor

shivamanipatil commented Oct 1, 2020

Hey,

I think it would a great feature to have if we supported taking multiple URLs at the same time and then spawning multiple crawlers using goroutines. I think there won't be any change to our crawler package due to this.

Can be divided into :

  • Support for taking multiple inputs
  • Concurrency support to spawn multiple crawlers

@zpeters What do you think about this? And can you assign me this issue?

@zpeters
Copy link
Owner

zpeters commented Oct 1, 2020

This sounds like a good plan. Lets see what it looks like

@zpeters
Copy link
Owner

zpeters commented Oct 1, 2020

please make sure and update README.md if the command line options change.

Thanks again, have fun

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants