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

https://github.com/tsoding/kgbotka-2

KGBotka 2: Eclectic Boogaloo
https://github.com/tsoding/kgbotka-2

Last synced: 7 months ago
JSON representation

KGBotka 2: Eclectic Boogaloo

Awesome Lists containing this project

README

          

# KGBotka 2: Eclectic Boogaloo

## Dependencies

We depend on [OpenSSL](https://www.openssl.org/). Feel free to submit PRs to make the project more compatible with alternatives like [LibreSSL](https://www.libressl.org/). ('Cause I know nothing about SSL stuff).

## Quick Start

`*NIX`:
```console
$ ./build.sh
$ ./kgbotka ./path/to/secret.conf
```

`Windows (Visual Studio)`:
```
> setup_msvc_deps.bat
> build_msvc.bat
> kgbotka.exe path/to/secret.conf
```

`Windows (MSYS2)`:

MSYS2 mingw-w64 packages:

```console
$ pacman -S mingw-w64-x86_64-gcc mingw-w64-x86_64-openssl mingw-w64-x86_64-curl
$ ./build.sh
$ ./kgbotka ./path/to/secret.conf
```

## secret.conf

```conf
nickname =
password =
channel =
```