DeLuks2006 / Scraper

A Simple Web-Scraper made in C.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Scraper

A Simple Web-Scraper made in C.

This is a simple Web-Scraper made in C using libcurl.

It tries to find and extract all links on the site and then proceeds to put them in a file called links.txt. Then it will try to follow the links that it found on the site an get the links from that site aswell.

Compiling (with GCC):

gcc scraper.c -o scraper -lcurl

Usage:

The user will be prompted for a http/https link; just paste one in there and you should be good to go.

About

A Simple Web-Scraper made in C.


Languages

Language:C 100.0%