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

feat: Allow specifying an URL for get list to use a remote list #241

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

karanngi
Copy link

@karanngi karanngi commented Mar 5, 2025

This PR adds support for loading seed lists from remote URLs in the Zeno web crawler, introducing a --remote flag to the list command that allows users to specify seed lists via HTTP GET request.

fixes #135

@CorentinB
Copy link
Collaborator

Hi @karanngi ! Thanks a lot for your contribution, can you please redo it but on the dev/v2 branch? It's about to replace the main branch soon. :)
Thanks!

@karanngi
Copy link
Author

karanngi commented Mar 9, 2025

Should I implement the corresponding functions and the get_list command in dev/v2?

@CorentinB
Copy link
Collaborator

Should I implement the corresponding functions and the get_list command in dev/v2?

Yes please

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

Successfully merging this pull request may close these issues.

Allow specifying an URL for get list to use a remote list
2 participants