Skip to content

pikulet/semacrawl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

🐛 semacrawl 🐛

A multi-threaded web crawler. The crawler just prints the sites visited and the time taken to crawl the site.

The database is in memory so it is limited in size. However, access time is much faster than using a cloud db.

🐬 Requirements

The requests library is great for any web crawling mechanisms.

To get started, run: pip3 install requests

threading was used to create a timer for the threads. After a specified amount of time has passed, all spiders will stop and return.

About

multi-threaded webcrawler using semaphores to synchronise threads

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages