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

Start multiple scrapers at once #4

Open
kinoute opened this issue Oct 13, 2021 · 1 comment
Open

Start multiple scrapers at once #4

kinoute opened this issue Oct 13, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@kinoute
Copy link
Owner

kinoute commented Oct 13, 2021

Right now, we can only scrap one website at a time.

A user could pass multiple websites like:

  • —website "blubeaver film-grab" ;
  • —website "blubeaver, film-grab" (comma separated) ;
  • —website blubeaver —website film-grab.
  • etc.

An option to scrap everything at the same time (all) could also be added.

@kinoute kinoute added the enhancement New feature or request label Oct 13, 2021
@gedw99
Copy link

gedw99 commented Oct 18, 2021

Nats would be perfect for scaling this out i think.

you can import and run the nats server in your code. so you dont have to run it as a separate server btw.

https://github.com/nats-io

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

No branches or pull requests

2 participants