indrajithi / tiny-web-crawler

A simple and easy to use web crawler for Python
MIT License
55 stars 11 forks source link

Feature: Support for regular expression pattern for url crawling #13

Closed indrajithi closed 1 week ago

indrajithi commented 2 weeks ago
indrajithi commented 1 week ago

@Mews Let me know if I can assign this to you. Thanks!

Mews commented 1 week ago

Yep, go ahead.

Mews commented 1 week ago

Are there any pre-commit hooks I should install?

indrajithi commented 1 week ago

Yes, I have added a pre commit hook to check for lint errors. poetry install --with dev should trigger script.py and install the pre-commit hook. LMK if it does not work. If not you can manually install the hook

indrajithi commented 1 week ago

Done in this #PR. Closing