Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ozansz/simple-web-downloader
- Owner: ozansz
- License: gpl-3.0
- Created: 2018-08-31T19:29:15.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-09-01T10:19:52.000Z (about 6 years ago)
- Last Synced: 2024-10-05T07:02:22.185Z (about 1 month ago)
- Topics: c, crawler, curl, libcurl, web
- Language: C
- Size: 20.5 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```