How to use: instanitalte the Crawler instance with the initial url (seed) as an argument. Then call the bfs metho of the instance e.g.,
from crawling.crawler import Crawler
cr = Crawler('https://google.de/')
c = cr.bfs()
| Name | Name | Last commit date | ||
|---|---|---|---|---|
How to use: instanitalte the Crawler instance with the initial url (seed) as an argument. Then call the bfs metho of the instance e.g.,
from crawling.crawler import Crawler
cr = Crawler('https://google.de/')
c = cr.bfs()