[Project] WebCrawler

Kerberos5

Newbie
Joined
Jul 6, 2014
Messages
2
Reaction score
3
Hi all,

Today I've written a web crawler in C.

The project is open source and I've uploaded it on github:
github.com/BlackEmpire/webcrawler/

I've compiled it only on Linux, but it should works also on Windows.

This is only an alpha version, so it could not work properly, let me know if you have problem.
 

Attachments

  • screenshot.png
    screenshot.png
    21.1 KB · Views: 46
I did not test it but respect for writing it in C !
These types of things only requires few lines of code in Python and mix of your trusted libraries. But why not to challenge yourself :)
 
Kudos for doing this. Will test this on Windows and Linux.
Definitely worth a "Thanks"

Scritty
 
Thanks for posting the source code. Will definitely learn something from it.
 
Back
Top