Skip to content
/ Crawly Public

A fast, high-level web crawling & scraping framework for Nim.

License

Notifications You must be signed in to change notification settings

Niminem/Crawly

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Crawly

A fast, high-level web crawling & scraping framework for Nim.

PAUSING DEVELOPMENT HERE FOR NOW 2/2/25

Pausing development for Crawly to finish scrappy version of the SEO Spider for company.

Directory Structure (temp notes)

This is likely to change. Currently doing some experimenting with combining multi-processing, threads, and asynchronous execution to squeeze the most performance as possible.

In theory, if we split independent workloads into their own processes we can leverage threads much much better.

crawly/main Main process crawly/networking Networking process crawly/parsing Parsing process

About

A fast, high-level web crawling & scraping framework for Nim.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages