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

Make the scrapper spiders extend a class which has common methods #111

Open
tomaspalma opened this issue Jun 30, 2024 · 0 comments
Open

Comments

@tomaspalma
Copy link
Member

Currently, there are a lot of repeated methods, specially regarding the authentication logic with sigarra.

We should use inheritance in python to make those classes extend one that already implements those methods, since they are the same in all of the spiders.

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

No branches or pull requests

1 participant