Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ozansz/simple-web-downloader

A simple web page downloader program in C
https://github.com/ozansz/simple-web-downloader

c crawler curl libcurl web

Last synced: 20 days ago
JSON representation

A simple web page downloader program in C

Awesome Lists containing this project

README

        

# simple-web-downloader
A simple web page downloader program in C

## Installation

Just run `setup.sh`:

```shell
chmod +x setup.sh
./setup.sh
```
The script will install dependencies and then the C codes will be compiled.

## Usage

The program takes only one argument: `site URL`.

Example:

```shell
./simple-get https://www.facebook.com
```