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 Spider importable from main module #26

Closed
Mews opened this issue Jun 17, 2024 · 1 comment · Fixed by #44
Closed

Make Spider importable from main module #26

Mews opened this issue Jun 17, 2024 · 1 comment · Fixed by #44

Comments

@Mews
Copy link
Collaborator

Mews commented Jun 17, 2024

Feels like you should be able to do from tiny_web_crawler import Spider, not just from tiny_web_crawler.crawler import Spider

Would be as simple as adding from tiny_web_crawler.crawler import Spider to __init__.py

Edit:

@indrajithi
Copy link
Collaborator

I think we should prioritise this because after #9, our usage doc is outdated. We can also consider releasing a beta version v.0.4.0-beta.1 and make sure the current changes are working.

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

Successfully merging a pull request may close this issue.

2 participants