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

https://github.com/linux0hat/cpp-web-crawler

Explore the web.
https://github.com/linux0hat/cpp-web-crawler

cpp crawler sqlite3

Last synced: 15 days ago
JSON representation

Explore the web.

Awesome Lists containing this project

README

          

# Web Crawler

Web crawler explore the web and save every pages he found.

## Build

### Dependences

- `cmake`
- `ninja` or `make`
- `gcc`
- `sqlite3`
- `curl`
- [`SQLiteCpp`](https://github.com/SRombauts/SQLiteCpp) clone on /libs/SQLiteCpp

### Build

- **with Ninja :**

```
mkdir build
cd build
cmake -G Ninja ..
ninja
```

- **with Make**

```
mkdir build
cd build
cmake ..
make
```

## Use
```
web-crawler --clear-waitlist