-
Notifications
You must be signed in to change notification settings - Fork 12
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
IDEA: crawlers are callable modules #221
Comments
putting a this needs some throught ... and maybe restructuring ... restructuring idea - which would need no code change at all - all visible interfaces stay the same
or do something disruptive? |
instead of implementing the same this would make the functionality available without importing |
alternative: or maybe have this included as an extra command in the existing CLI ? |
guess this first idea is a great one. crawlers need to define, how they are configured... in the CLI. 💯 this means it will cause the application to have mayor changes. |
with the switch over to cli: to get this added dynamically:
justa na idea, never tested this ... |
an idea: |
nichtparasoups image crawlers could be called as modules
ala
python3 -m nichtparasoup.imagecrawler.echo '{"image_uri":"foo"}' 3
this would allow to have some images crawled without having to write actual python ...
implementation example for the end of a crawler implementation
prerequisites:
exhausted
detection implemented. see crawlers not auto-reset #152 (comment)nichtparasoup.core.ImageCollection
andnichtparasoup.core.Image
The text was updated successfully, but these errors were encountered: