crawler/app.py
2025-03-30 22:18:36 -04:00

5 lines
90 B
Python

from crawler import Crawler
c = Crawler("https://wikipedia.com", "test_db.db")
c.start()